diff --git a/README.md b/README.md index e7d268b..24da5e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Hogu Theme Cactus Plus +# Hugo Theme Cactus Plus [English Document](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/README.md) | [中文文档](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/README_zh-cn.md) @@ -19,7 +19,7 @@ Here's the link to online demo: [http://nodejh.com](http://nodejh.com). -- [Hogu Theme Cactus Plus](#hogu-theme-cactus-plus) +- [Hugo Theme Cactus Plus](#hugo-theme-cactus-plus) - [Screenshot](#screenshot) - [Installation](#installation) - [Example Site](#example-site) @@ -60,7 +60,7 @@ Take a look inside the [`exampleSite`](https://github.com/nodejh/hugo-theme-cact To use it, copy the [`config.toml`](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change strings as you like to customize your website. -And you may replace your site `archetypes/default.md` with [`hugo-theme-cactus-plus/exampleSite/archetypes/default.md`](https://github.com/nodejh/hugo-theme-cactus-plus/tree/master/exampleSite/archetypes/default.md) +And you may replace your site `archetypes/default.md` with [`hugo-theme-cactus-plus/archetypes/default.md`](https://github.com/nodejh/hugo-theme-cactus-plus/tree/master/archetypes/default.md) For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo. diff --git a/README_zh-cn.md b/README_zh-cn.md index 17c982a..98381b0 100644 --- a/README_zh-cn.md +++ b/README_zh-cn.md @@ -63,7 +63,7 @@ $ git clone https://github.com/nodejh/hugo-theme-cactus-plus.git 配置文件中对大部分配置都有详细的注释说明,复制该文件到站点目录下,根据自己的情况修改即可。 -然后可能你还需要用 [`hugo-theme-cactus-plus/exampleSite/archetypes/default.md`](https://github.com/nodejh/hugo-theme-cactus-plus/tree/master/exampleSite/archetypes/default.md) 替换你的项目中的 `archetypes/default.md`。 +然后可能你还需要用 [`hugo-theme-cactus-plus/archetypes/default.md`](https://github.com/nodejh/hugo-theme-cactus-plus/tree/master/archetypes/default.md) 替换你的项目中的 `archetypes/default.md`。 更多安装信息查看 Hugo 官方文档 [setup guide](//gohugo.io/overview/installing/)。