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

43 lines
795 B
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 = 3
ordered = false
startLevel = 2
2019-11-20 06:55:05 +00:00
[outputs]
2019-12-18 10:07:57 +00:00
home = ["HTML", "RSS", "JSON"]
2019-12-10 01:33:18 +00:00
2019-11-20 06:55:05 +00:00
[taxonomies]
category = "categories"
tag = "tags"
series = "series"