mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-09 14:59:45 +00:00
docs(exampleSite/config.toml): update default config
This commit is contained in:
parent
c41507e199
commit
b8513a182d
1 changed files with 9 additions and 2 deletions
|
@ -64,7 +64,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配
|
||||||
description = "Hugo theme even example site."
|
description = "Hugo theme even example site."
|
||||||
|
|
||||||
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值
|
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值
|
||||||
archivePaginate = 5
|
archivePaginate = 50
|
||||||
|
|
||||||
# show 'xx Posts In Total' in archive page ? # 是否在归档页显示文章的总数
|
# show 'xx Posts In Total' in archive page ? # 是否在归档页显示文章的总数
|
||||||
showArchiveCount = false
|
showArchiveCount = false
|
||||||
|
@ -202,6 +202,13 @@ copyright = "" # default: author.name ↓ # 默认为下面配
|
||||||
[privacy.youtube]
|
[privacy.youtube]
|
||||||
privacyEnhanced = true
|
privacyEnhanced = true
|
||||||
|
|
||||||
|
# see https://gohugo.io/getting-started/configuration-markup
|
||||||
|
[markup]
|
||||||
|
[markup.tableOfContents]
|
||||||
|
startLevel = 1
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
# 将下面这段配置取消注释可以使 hugo 生成 .md 文件
|
# 将下面这段配置取消注释可以使 hugo 生成 .md 文件
|
||||||
# Uncomment these options to make hugo output .md files.
|
# Uncomment these options to make hugo output .md files.
|
||||||
#[mediaTypes]
|
#[mediaTypes]
|
||||||
|
|
Loading…
Reference in a new issue