From 6a66b73a437ff4f5e450da2cf15a92e502bcd44a Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Wed, 6 Sep 2017 01:13:02 +0800 Subject: 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. --- exampleSite/config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'exampleSite') 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 -- cgit v1.2.3