chore: update configuration docs

This commit is contained in:
Dillon
2022-07-03 23:31:02 +08:00
parent 132544f00d
commit 8d9f60e737
4 changed files with 40 additions and 2 deletions

View File

@@ -212,6 +212,25 @@ title = "My New Hugo Site"
languageCode = "en"
# language name ["English", "简体中文", "Français", "Polski", ...]
languageName = "English"
# whether to include Chinese/Japanese/Korean
hasCJKLanguage = false
# default amount of posts in each pages
paginate = 12
# google analytics code [UA-XXXXXXXX-X]
googleAnalytics = ""
# copyright description used only for seo schema
copyright = ""
# whether to use robots.txt
enableRobotsTXT = true
# whether to use git commit log
enableGitInfo = true
# whether to use emoji code
enableEmoji = true
# ignore some build errors
ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
# Author config
[author]