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

46 lines
897 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
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
googleAnalytics = ""
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = true
unsafe = true
xHTML = true
[markup.highlight]
codeFences = true
lineNos = true
lineNumbersInTable = true
noClasses = false
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-12-10 01:33:18 +00:00
2019-11-20 06:55:05 +00:00
[taxonomies]
category = "categories"
tag = "tags"
series = "series"