aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 3 insertions, 3 deletions
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. '<a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a>'