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

30 lines
559 B
TOML
Raw Normal View History

baseURL = "http://example.org/"
title = "Hugo Zzo Theme"
theme = "zzo"
2019-11-20 06:55:05 +00:00
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
hasCJKLanguage = true
2019-11-20 06:55:05 +00:00
summaryLength = 70
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
pygmentsOptions = "linenos=table"
pygmentsCodefences = true
2019-11-20 06:55:05 +00:00
pygmentsUseClasses = true
pygmentsCodefencesGuessSyntax = true
2019-11-20 06:55:05 +00:00
googleAnalytics = ""
2019-11-20 06:55:05 +00:00
[outputs]
2019-12-01 11:58:24 +00:00
home = ["HTML", "RSS", "JSON"]
2019-11-20 06:55:05 +00:00
[taxonomies]
category = "categories"
tag = "tags"
series = "series"