chore(theme): update theme and docs

pull/832/head
ppoffice 2020-08-29 00:45:14 -04:00
parent 9216a34ebb
commit 6e2e33ee66
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
4 changed files with 12 additions and 5 deletions

View File

@ -108,6 +108,17 @@ article:
fold: unfolded
# Whether to show estimated article reading time
readtime: true
# Article licensing block
licenses:
Creative Commons:
icon: fab fa-creative-commons
url: 'https://creativecommons.org/'
Attribution:
icon: fab fa-creative-commons-by
url: 'https://creativecommons.org/licenses/by/4.0/'
Noncommercial:
icon: fab fa-creative-commons-nc
url: 'https://creativecommons.org/licenses/by-nc/4.0/'
# Search plugin configurations
# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Search/
search:

View File

@ -9,7 +9,7 @@
"bulma-stylus": "0.8.0",
"hexo": "^5.0.2",
"hexo-algolia": "^1.3.1",
"hexo-component-inferno": "^0.7.0",
"hexo-component-inferno": "^0.8.0",
"hexo-deployer-git": "^2.0.0",
"hexo-filter-github-emojis": "^2.1.0",
"hexo-generator-archive": "^1.0.0",

View File

@ -65,8 +65,6 @@ To install Icarus, take one of the following approaches:
</div>
<div id="install-npm" class="tab-content is-hidden">
<span class="tag is-primary mb-3">New in Hexo 5.0 and Icarus 4.0</span>
To install Icarus as a node package via NPM, run the following command
from the root of your Hexo site:

View File

@ -65,8 +65,6 @@ Icarus同时也提供了超多插件与挂件来满足你的多元的站点个
</div>
<div id="install-npm" class="tab-content is-hidden">
<span class="tag is-primary mb-3">Hexo 5.0和Icarus 4.0新增功能</span>
若要使用NPM将Icarus安装为Node包在你的Hexo站点根目录运行如下命令
{% codeblock "命令行" %}