chore(theme): update theme to 4.0.0-rc.1
parent
3a6cbc3c84
commit
89a66d368c
|
@ -11,9 +11,6 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- echo "Publish site to github pages ..."
|
- echo "Publish site to github pages ..."
|
||||||
- npm install -g hexo-cli
|
- npm install -g hexo-cli
|
||||||
- cp _config.theme.yml themes/icarus/_config.yml
|
|
||||||
- ([[ -e _config.page.yml ]] && cp _config.page.yml themes/icarus/) || true
|
|
||||||
- ([[ -e _config.post.yml ]] && cp _config.post.yml themes/icarus/) || true
|
|
||||||
- hexo algolia
|
- hexo algolia
|
||||||
- hexo g
|
- hexo g
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Version of the configuration file
|
# Version of the configuration file
|
||||||
version: 3.0.0
|
version: 4.0.0
|
||||||
# Icarus theme variant, can be "default" or "cyberpunk"
|
# Icarus theme variant, can be "default" or "cyberpunk"
|
||||||
variant: default
|
variant: default
|
||||||
# Path or URL to the website's logo
|
# Path or URL to the website's logo
|
|
@ -19,6 +19,7 @@
|
||||||
"hexo-renderer-marked": "^3.0.0",
|
"hexo-renderer-marked": "^3.0.0",
|
||||||
"hexo-renderer-stylus": "^1.1.0",
|
"hexo-renderer-stylus": "^1.1.0",
|
||||||
"hexo-server": "^2.0.0",
|
"hexo-server": "^2.0.0",
|
||||||
|
"hexo-theme-icarus": "^4.0.0-rc.1",
|
||||||
"inferno": "^7.3.3",
|
"inferno": "^7.3.3",
|
||||||
"inferno-create-element": "^7.3.3"
|
"inferno-create-element": "^7.3.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit f046c8cd19efab5bc140628639b6ee8a65f2aad1
|
|
Loading…
Reference in New Issue