diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2020-04-20 02:14:50 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2020-04-20 02:14:50 +0800 |
commit | f990236eced6ef0b3b09aa4666d228512790afd2 (patch) | |
tree | 9d3f10075c541a7997bfaef0eafd8ae2bb4d8c12 | |
parent | fa5f2aed895cc3616a2b9af4fdc00c1218c8bd64 (diff) |
docs(README): fix typo (#242)
-rw-r--r-- | README-zh.md | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README-zh.md b/README-zh.md index 9fdceea..ad60037 100644 --- a/README-zh.md +++ b/README-zh.md @@ -23,7 +23,7 @@ $ git clone https://github.com/olOwOlo/hugo-theme-even themes/even **重要:** 在主题的 [`exampleSite`](https://github.com/olOwOlo/hugo-theme-even/tree/master/exampleSite) 目录下有一个 [`config.toml`](https://github.com/olOwOlo/hugo-theme-even/blob/master/exampleSite/config.toml) 文件,**将这个 [`config.toml`](https://github.com/olOwOlo/hugo-theme-even/blob/master/exampleSite/config.toml) 文件复制到你的站点目录下**,根据自己的需求更改即可。 -**重要:** 本主题用到了 [Hugo Pipes](https://gohugo.io/hugo-pipes/introduction/) 功能。如需修改 `asserts` 目录下的文件,请安装 extended 版。 +**重要:** 本主题用到了 [Hugo Pipes](https://gohugo.io/hugo-pipes/introduction/) 功能。如需修改 `assets` 目录下的文件,请安装 extended 版。 **注意:** 对于这个主题,你应该使用 **post** 而不是 **posts**,即 `hugo new post/some-content.md`。 @@ -23,7 +23,7 @@ $ git clone https://github.com/olOwOlo/hugo-theme-even themes/even **Important:** Take a look inside the [`exampleSite`](https://github.com/olOwOlo/hugo-theme-even/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](https://github.com/olOwOlo/hugo-theme-even/blob/master/exampleSite/config.toml). **To use it, copy the [`config.toml`](https://github.com/olOwOlo/hugo-theme-even/blob/master/exampleSite/config.toml) in the root folder of your Hugo site.** Feel free to change it. -**Important:** This theme uses [Hugo Pipes](https://gohugo.io/hugo-pipes/introduction/). Modifing contents in `asserts` requires the extended version to be installed. +**Important:** This theme uses [Hugo Pipes](https://gohugo.io/hugo-pipes/introduction/). Modifying contents in `assets` requires the extended version to be installed. **NOTE:** For this theme, you should use **post** instead of **posts**, namely `hugo new post/some-content.md`. |