release: 1.3.0

This commit is contained in:
xaoxuu 2021-07-24 00:34:48 +08:00
parent c584d699ea
commit f923bb66a6
4 changed files with 9 additions and 7 deletions

View File

@ -7,10 +7,10 @@ Elegant and powerful theme for Hexo.
Check your environment:
```yaml
Hexo: 5.3.0
hexo-cli: 4.2.0
node.js: 14.15.4 LTS
npm: 6.14.10 LTS
Hexo: 5.4.0
hexo-cli: 4.3.0
node.js: 14.17.3 LTS
npm: 6.14.13 LTS
```
Edit your `_config.yml`:

View File

@ -1,6 +1,6 @@
######## Stellar info ########
stellar:
version: '1.2.1'
version: '1.3.0'
homepage: 'https://xaoxuu.com/wiki/stellar/'
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
cdn_css: # Use cdn links instead of /css/main.css

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-stellar",
"version": "1.2.1",
"version": "1.3.0",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"scripts": {

View File

@ -1,3 +1,5 @@
{
"origins": ["https://xaoxuu.com"]
"origins": [
"https://xaoxuu.com"
]
}