aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-09-06 01:13:02 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-09-06 01:13:02 +0800
commit6a66b73a437ff4f5e450da2cf15a92e502bcd44a (patch)
tree4aeba4083570420f26f7957a863c845dc8c6f118 /exampleSite/config.toml
parent6c4998a1089bb16bf472359ab3f476c068fdca0a (diff)
refactor: move theme version param to template
delete version param in config.toml even.[version].css => even.min.css?v=[version] even.[version].js => even.min.js?v=[version] It's more convenient for users to update this theme.
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 29f12fc..bd7b946 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -42,12 +42,11 @@ copyright = "" # default: author.name ↓ # 默认为下面配
url = "/categories/"
[params]
- version = "2.5.0" # theme version, don't change it! # 请勿更改
since = "2017" # Site creation time # 站点建立时间
# site info (option) # 站点信息(可选)
- keywords = ["olOwOlo", "blog"]
- description = "olOwOlo blog."
+ keywords = ["Hugo", "theme","even"]
+ description = "Hugo theme even example site."
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目
archive-paginate = 3