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

62 lines
1.2 KiB
TOML
Raw Normal View History

baseURL = ""
theme = "zzo"
2019-11-20 06:55:05 +00:00
defaultContentLanguage = "ko"
defaultContentLanguageInSubdir = true
hasCJKLanguage = true
2019-11-20 06:55:05 +00:00
summaryLength = 70
copyright = "©{year}, ZZOSSIG 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
googleAnalytics = ""
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = true
unsafe = true
xHTML = true
[markup.highlight]
codeFences = true
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
startLevel = 2
2019-11-20 06:55:05 +00:00
[outputs]
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
[mediaTypes."application/manifest+json"]
suffixes = ["webmanifest"]
[outputFormats.webmanifest]
name = "webmanifest"
baseName = "webmanifest"
mediaType = "application/manifest+json"
rel = "manifest"
2019-11-20 06:55:05 +00:00
[taxonomies]
category = "categories"
tag = "tags"
series = "series"