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
|
|
|
|
|
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-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
|
2019-12-06 13:14:13 +00:00
|
|
|
|
2019-11-20 06:55:05 +00:00
|
|
|
[outputs]
|
2019-12-05 10:04:42 +00:00
|
|
|
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
|
|
|
|
|
|
|
|
[mediaTypes."application/manifest+json"]
|
|
|
|
suffixes = ["webmanifest"]
|
|
|
|
|
|
|
|
[outputFormats.webmanifest]
|
|
|
|
name = "webmanifest"
|
|
|
|
baseName = "webmanifest"
|
|
|
|
mediaType = "application/manifest+json"
|
|
|
|
rel = "manifest"
|
2019-12-10 01:33:18 +00:00
|
|
|
|
2019-11-20 06:55:05 +00:00
|
|
|
[taxonomies]
|
|
|
|
category = "categories"
|
|
|
|
tag = "tags"
|
|
|
|
series = "series"
|