mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 22:49:44 +00:00
Merge pull request #242 from panda-z/issue241
Fix broken theme demo on Hugo Themes website
This commit is contained in:
commit
8cb3fec414
6 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -23,6 +23,8 @@ $ 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.
|
||||
|
||||
**NOTE:** For this theme, you should use **post** instead of **posts**, namely `hugo new post/some-content.md`.
|
||||
|
||||
## Language Support
|
||||
|
@ -66,7 +68,7 @@ This theme provides `center`,` right`, `left`,` music`, `admonition` shortcodes,
|
|||
|
||||
## Theme Color
|
||||
|
||||
There are five built-in theme colors ( Default | Mint Green | Cobalt Blue | Hot Pink | Dark Violet ), you can config it by changing the `$theme-color-config` value in [`/src/css/_variable.scss`](https://github.com/olOwOlo/hugo-theme-even/blob/master/src/css/_variables.scss#L5-L8).
|
||||
There are five built-in theme colors ( Default | Mint Green | Cobalt Blue | Hot Pink | Dark Violet ), you can config it by changing the `$theme-color-config` value in [`/assets/sass/_variable.scss`](https://github.com/olOwOlo/hugo-theme-even/blob/master/assets/sass/_variables.scss#L5-L8).
|
||||
|
||||
## Update Theme
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"even": {
|
||||
"css": "even.c2a46f00.min.css",
|
||||
"js": "even.26188efa.min.js"
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
{"Target":"sass/main.min.8c3cbcb0324c2bb4875ceccba4007cbad4b4ac8377f33af9953c3e7684534a50.css","MediaType":"text/css","Data":{"Integrity":"sha256-jDy8sDJMK7SHXOzLpAB8utS0rIN38zr5lTw+doRTSlA="}}
|
|
@ -8,7 +8,7 @@ description = "A super concise theme for Hugo"
|
|||
homepage = "https://github.com/olOwOlo/hugo-theme-even"
|
||||
tags = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
|
||||
features = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
|
||||
min_version = "0.50"
|
||||
min_version = "0.60.0"
|
||||
|
||||
[author]
|
||||
name = "olOwOlo"
|
||||
|
|
Loading…
Reference in a new issue