diff --git a/source/_posts/en/Getting-Started.md b/source/_posts/en/Getting-Started.md index 9f80086..916128c 100644 --- a/source/_posts/en/Getting-Started.md +++ b/source/_posts/en/Getting-Started.md @@ -6,40 +6,49 @@ tags: - Icarus User Guide language: en --- -Icarus is a simple, delicate, and modern theme for the static site generator Hexo. -It allows you to set up a single or multiple-column (up to three columns) blog with its versatile layout configuration. -Additionally, it offers plentiful plugins and pluggable widgets so that you can enable the features you want in no time. -And with the all-new API designing, Icarus makes the development of this theme painless for developers and users. +Welcome to the Icarus documentation site! +Icarus is a simple, delicate, and modern theme for the static site generator Hexo. +It strives to be elegant in design while simple and straightforward to use. +Its versatile and flexible configuration system to let power users lay out their sites to the finest details. +Icarus also offers a wide range of plugins and widgets to meet your various customization and optimization +needs. +Moreover, its refreshed internal implementation enables better IDE support and third-party integration, which +open to a sea of improvement possibilities. -
-This article is also available in: 简体中文. +
+
+ +This article is also available in 简体中文.
+
-To set up Icarus in your blog, please download the tarball from the GitHub and extract it to your Hexo blog's theme +Before you continue to the installation of Icarus, take some time to review the +[Hexo documentation](https://hexo.io). +To install Icarus, download the tarball from the GitHub and extract it to your Hexo blog's theme directory. -Alternatively, you can run the following command: +Alternatively, you can use Git to clone the Icarus repository to the `themes` directory: {% codeblock "Git Bash/Shell" %} git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus -b --depth 1 {% endcodeblock %} -You may omit the `-b ` to get the latest development version of Icarus. -You may also leave `--depth 1` out if you want to download full Git history of Icarus as well. -Furthermore, you can install Icarus as a Git submodule by executing the following command: +You may omit `-b ` to get the latest development version of Icarus. +You may also leave `--depth 1` out if you want to download full Git commit history of Icarus as well. +Furthermore, you can install Icarus as a Git submodule with the following command: {% codeblock "Git Bash/Shell" %} git submodule add https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus {% endcodeblock %} -Next, replace the theme setting in your blog's `_config.yml` file: +Next, activate Icarus in your blog's `_config.yml` file: {% codeblock _config.yml lang:yaml %} theme: icarus {% endcodeblock %} -or use the `hexo` CLI to change the theme setting: +or use the `hexo` command to change the theme to Icarus: {% codeblock "Shell" %} hexo config theme icarus @@ -48,18 +57,19 @@ hexo config theme icarus Finally, use the following command to start the Hexo local server and begin composing! {% codeblock "Shell" %} -hexo s +hexo server {% endcodeblock %} -You can check out the [Icarus User Guide](/hexo-theme-icarus/tags/Icarus-User-Guide/) article series to learn more -about Icarus and its configuration. -Also, you can refer to the source code of this site for more examples by fetching the -[`site` branch](https://github.com/ppoffice/hexo-theme-icarus/tree/site) of Icarus from GitHub. +You can check out the [Icarus User Guide](/hexo-theme-icarus/tags/Icarus-User-Guide/) to learn more about the +theme, widgets, and plugins. +Additionally, you can refer to the source code of this site for more examples. +It is in the [`site` branch](https://github.com/ppoffice/hexo-theme-icarus/tree/site) of the Icarus repository +on GitHub. **Additional Resources** -The following are some additional resources that can help you take a step further into customizing your site. -You can also add a link to your Icarus tutorial below by click [this link](https://github.com/ppoffice/hexo-theme-icarus/edit/site/source/_posts/en/Getting-Started.md). +Here are some other resources that you may find useful to further customize your site. +You can also submit your Icarus tutorial through [this link](https://github.com/ppoffice/hexo-theme-icarus/edit/site/source/_posts/en/Getting-Started.md).