aboutsummaryrefslogtreecommitdiff
path: root/README-zh.md
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2020-04-18 22:01:39 +0800
committerGitHub <noreply@github.com>2020-04-18 22:01:39 +0800
commit8cb3fec4140727f7140196b2b36cf764061cf20f (patch)
treeeca38fc736b74ef833baa433ca04267a9f4dce45 /README-zh.md
parent8ffa827f510a493da6e1bd6e20c2b987ad4cec7c (diff)
parente9ceb1af4d6cbea4e58f7aad3c153712109f1928 (diff)
Merge pull request #242 from panda-z/issue241
Fix broken theme demo on Hugo Themes website
Diffstat (limited to 'README-zh.md')
-rw-r--r--README-zh.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README-zh.md b/README-zh.md
index 2d44ae5..9fdceea 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -23,6 +23,8 @@ $ 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 版。
+
**注意:** 对于这个主题,你应该使用 **post** 而不是 **posts**,即 `hugo new post/some-content.md`。
## Language Support
@@ -66,7 +68,7 @@ defaultContentLanguage = "en" # en / zh-cn / other...
## Theme Color
-主题内置了五种颜色 ( Default | Mint Green | Cobalt Blue | Hot Pink | Dark Violet ),你可以通过改变 [`/src/css/_variable.scss`](https://github.com/olOwOlo/hugo-theme-even/blob/master/src/css/_variables.scss#L5-L8) 文件中 `$theme-color-config` 的值来改变主题的颜色。
+主题内置了五种颜色 ( Default | Mint Green | Cobalt Blue | Hot Pink | Dark Violet ),你可以通过改变 [`/assets/sass/_variable.scss`](https://github.com/olOwOlo/hugo-theme-even/blob/master/assets/sass/_variables.scss#L5-L8) 文件中 `$theme-color-config` 的值来改变主题的颜色。
## Update Theme