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:
|
Check your environment:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
Hexo: 5.3.0
|
Hexo: 5.4.0
|
||||||
hexo-cli: 4.2.0
|
hexo-cli: 4.3.0
|
||||||
node.js: 14.15.4 LTS
|
node.js: 14.17.3 LTS
|
||||||
npm: 6.14.10 LTS
|
npm: 6.14.13 LTS
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit your `_config.yml`:
|
Edit your `_config.yml`:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
######## Stellar info ########
|
######## Stellar info ########
|
||||||
stellar:
|
stellar:
|
||||||
version: '1.2.1'
|
version: '1.3.0'
|
||||||
homepage: 'https://xaoxuu.com/wiki/stellar/'
|
homepage: 'https://xaoxuu.com/wiki/stellar/'
|
||||||
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
|
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
|
||||||
cdn_css: # Use cdn links instead of /css/main.css
|
cdn_css: # Use cdn links instead of /css/main.css
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hexo-theme-stellar",
|
"name": "hexo-theme-stellar",
|
||||||
"version": "1.2.1",
|
"version": "1.3.0",
|
||||||
"description": "Elegant and powerful theme for Hexo.",
|
"description": "Elegant and powerful theme for Hexo.",
|
||||||
"main": "package.json",
|
"main": "package.json",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
{
|
{
|
||||||
"origins": ["https://xaoxuu.com"]
|
"origins": [
|
||||||
|
"https://xaoxuu.com"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue