hugo-theme-zzo/exampleSite/config/_default/config.toml

53 lines
1.1 KiB
TOML
Raw Normal View History

2019-12-10 12:45:10 +00:00
baseURL = "http://example.org"
2019-12-10 01:33:18 +00:00
title = "Hugo Zzo Theme"
theme = "zzo"
2019-11-20 06:55:05 +00:00
2019-12-10 01:33:18 +00:00
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
hasCJKLanguage = true
2019-11-20 06:55:05 +00:00
summaryLength = 70
buildFuture = true
2019-11-20 06:55:05 +00:00
2019-12-10 01:33:18 +00:00
copyright = "©{year}, All Rights Reserved"
2019-11-20 06:55:05 +00:00
timeout = 10000
enableEmoji = true
paginate = 13
2019-11-20 06:55:05 +00:00
rssLimit = 100
2019-12-25 20:35:39 +00:00
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 = 4
ordered = false
startLevel = 2
2019-11-20 06:55:05 +00:00
[outputs]
2020-02-06 02:18:23 +00:00
home = ["HTML", "RSS", "SearchIndex"]
section = ["HTML", "RSS", "SearchIndex"]
taxonomyTerm = ["HTML", "RSS", "SearchIndex"]
taxonomy = ["HTML", "RSS", "SearchIndex"]
[outputFormats]
[outputFormats.SearchIndex]
mediaType = "application/json"
baseName = "index"
isPlainText = true
notAlternative = true
2019-12-10 01:33:18 +00:00
2019-11-20 06:55:05 +00:00
[taxonomies]
category = "categories"
tag = "tags"
series = "series"