From 63262d56bd2f35017f564dbbba971d93d8eaba75 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 6 Nov 2018 14:32:51 -0500 Subject: modify theme a bit, move tags to top --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 82edfb3..35894f3 100644 --- a/config.toml +++ b/config.toml @@ -53,8 +53,8 @@ copyright = "" # default: author.name ↓ # 默认为下面配 # site info (optional) # 站点信息(可选,不需要的可以直接注释掉) logoTitle = "@capotej" # default: the title value # 默认值: 上面设置的title值 - keywords = ["Hugo", "theme","even"] - description = "Hugo theme even example site." + keywords = ["capotej"] + description = "Personal Blog of Julio Capote" # paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值 archivePaginate = 25 @@ -77,7 +77,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配 mathjaxEnableSingleDollar = false # 是否使用 $...$ 即可進行inline latex渲染 mathjaxEnableAutoNumber = false # 是否使用公式自动编号 - postMetaInFooter = true # contain author, lastMod, markdown link, license # 包含作者,上次修改时间,markdown链接,许可信息 + postMetaInFooter = false # contain author, lastMod, markdown link, license # 包含作者,上次修改时间,markdown链接,许可信息 linkToMarkDown = false # Only effective when hugo will output .md files. # 链接到markdown原始文件(仅当允许hugo生成markdown文件时有效) contentCopyright = '' # e.g. 'CC BY-NC-ND 4.0' -- cgit v1.2.3