From 76952ecf7b391569601d623acba83358cbcbd04b Mon Sep 17 00:00:00 2001 From: Weiwen Zhao Date: Wed, 15 Apr 2020 00:14:11 +0800 Subject: docs(README): update --- README-zh.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README-zh.md') 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 -- cgit v1.2.3