release: 1.3.0
This commit is contained in:
parent
c584d699ea
commit
f923bb66a6
|
@ -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`:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
{
|
||||
"origins": ["https://xaoxuu.com"]
|
||||
"origins": [
|
||||
"https://xaoxuu.com"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue