2019-12-10 12:45:10 +00:00
|
|
|
baseURL = "http://example.org"
|
2019-12-10 01:33:18 +00:00
|
|
|
title = "Hugo Zzo Theme"
|
2019-11-30 17:28:55 +00:00
|
|
|
theme = "zzo"
|
2019-11-20 06:55:05 +00:00
|
|
|
|
2019-12-10 01:33:18 +00:00
|
|
|
defaultContentLanguage = "en"
|
2019-11-30 17:28:55 +00:00
|
|
|
defaultContentLanguageInSubdir = true
|
|
|
|
hasCJKLanguage = true
|
2019-11-20 06:55:05 +00:00
|
|
|
|
|
|
|
summaryLength = 70
|
2020-01-01 16:35:53 +00:00
|
|
|
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
|
2019-11-30 17:28:55 +00:00
|
|
|
paginate = 13
|
2019-11-20 06:55:05 +00:00
|
|
|
rssLimit = 100
|
|
|
|
|
2019-12-25 20:35:39 +00:00
|
|
|
enableGitInfo = false
|
2019-12-03 03:23:03 +00:00
|
|
|
googleAnalytics = ""
|
|
|
|
|
2019-12-06 13:14:13 +00:00
|
|
|
[markup]
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.renderer]
|
2019-12-09 14:00:51 +00:00
|
|
|
hardWraps = true
|
2019-12-06 13:14:13 +00:00
|
|
|
unsafe = true
|
2019-12-09 14:00:51 +00:00
|
|
|
xHTML = true
|
|
|
|
[markup.highlight]
|
|
|
|
codeFences = true
|
|
|
|
lineNos = true
|
|
|
|
lineNumbersInTable = true
|
|
|
|
noClasses = false
|
2020-01-01 16:35:53 +00:00
|
|
|
[markup.tableOfContents]
|
2020-01-10 06:49:07 +00:00
|
|
|
endLevel = 4
|
2020-01-01 16:35:53 +00:00
|
|
|
ordered = false
|
|
|
|
startLevel = 2
|
2019-12-06 13:14:13 +00:00
|
|
|
|
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"
|