From 9216a34ebb931e300cfa8523e0fe068d4f639478 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Mon, 24 Aug 2020 03:06:16 -0400 Subject: [PATCH] fix(doc): reorder some posts & reword code snippet --- source/_posts/en/Getting-Started.md | 2 +- source/_posts/zh-CN/Configuring-Theme.md | 2 +- source/_posts/zh-CN/Getting-Started.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_posts/en/Getting-Started.md b/source/_posts/en/Getting-Started.md index 7819f26..e97ab06 100644 --- a/source/_posts/en/Getting-Started.md +++ b/source/_posts/en/Getting-Started.md @@ -70,7 +70,7 @@ To install Icarus, take one of the following approaches: To install Icarus as a node package via NPM, run the following command from the root of your Hexo site: - {% codeblock "Git Bash/Shell" %} + {% codeblock "Shell" %} npm install -S hexo-theme-icarus {% endcodeblock %} diff --git a/source/_posts/zh-CN/Configuring-Theme.md b/source/_posts/zh-CN/Configuring-Theme.md index 9ade3be..ee92696 100644 --- a/source/_posts/zh-CN/Configuring-Theme.md +++ b/source/_posts/zh-CN/Configuring-Theme.md @@ -1,5 +1,5 @@ title: Icarus用户指南 - 主题配置 -date: 2016-01-03 +date: 2016-01-04 categories: - Configuration tags: diff --git a/source/_posts/zh-CN/Getting-Started.md b/source/_posts/zh-CN/Getting-Started.md index e4175d5..1e7c22e 100644 --- a/source/_posts/zh-CN/Getting-Started.md +++ b/source/_posts/zh-CN/Getting-Started.md @@ -1,5 +1,5 @@ title: Icarus快速上手 -date: 2016-01-04 +date: 2016-01-05 tags: - Getting Started - Icarus用户指南 @@ -51,7 +51,7 @@ Icarus同时也提供了超多插件与挂件来满足你的多元的站点个 从GitHub的仓库中下载源码的压缩包并解压到你Hexo站点的主题目录中。 或者,你可以使用Git来克隆Icarus的代码仓库到`themes`目录下: - {% codeblock "Git Bash命令行" %} + {% codeblock "Git Bash/命令行" %} git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus -b --depth 1 {% endcodeblock %} @@ -59,7 +59,7 @@ Icarus同时也提供了超多插件与挂件来满足你的多元的站点个 如果你想同时下载Git仓库的完整提交历史,请同时省略`--depth 1`。 另外,你也可以使用下面的命令将Icarus安装为Git子模块(submodule): - {% codeblock "Git Bash命令行" %} + {% codeblock "Git Bash/命令行" %} git submodule add https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus {% endcodeblock %} @@ -69,7 +69,7 @@ Icarus同时也提供了超多插件与挂件来满足你的多元的站点个 若要使用NPM将Icarus安装为Node包,在你的Hexo站点根目录运行如下命令: - {% codeblock "Git Bash/Shell" %} + {% codeblock "命令行" %} npm install -S hexo-theme-icarus {% endcodeblock %}