43 lines
795 B
TOML
43 lines
795 B
TOML
baseURL = "http://example.org"
|
|
title = "Hugo Zzo Theme"
|
|
theme = "zzo"
|
|
|
|
defaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir = true
|
|
hasCJKLanguage = true
|
|
|
|
summaryLength = 70
|
|
buildFuture = true
|
|
|
|
copyright = "©{year}, All Rights Reserved"
|
|
timeout = 10000
|
|
enableEmoji = true
|
|
paginate = 13
|
|
rssLimit = 100
|
|
|
|
enableGitInfo = false
|
|
googleAnalytics = ""
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
hardWraps = true
|
|
unsafe = true
|
|
xHTML = true
|
|
[markup.highlight]
|
|
codeFences = true
|
|
lineNos = true
|
|
lineNumbersInTable = true
|
|
noClasses = false
|
|
[markup.tableOfContents]
|
|
endLevel = 3
|
|
ordered = false
|
|
startLevel = 2
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
series = "series" |