2019-11-30 17:28:55 +00:00
|
|
|
baseURL = "http://example.org/"
|
|
|
|
title = "Hugo Zzo Theme"
|
|
|
|
theme = "zzo"
|
2019-11-20 06:55:05 +00:00
|
|
|
|
2019-11-30 17:28:55 +00:00
|
|
|
defaultContentLanguage = "en"
|
|
|
|
defaultContentLanguageInSubdir = true
|
|
|
|
hasCJKLanguage = true
|
2019-11-20 06:55:05 +00:00
|
|
|
|
|
|
|
summaryLength = 70
|
|
|
|
|
2019-11-30 17:28:55 +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
|
|
|
|
|
|
|
|
pygmentsOptions = "linenos=table"
|
2019-11-30 17:28:55 +00:00
|
|
|
pygmentsCodefences = true
|
2019-11-20 06:55:05 +00:00
|
|
|
pygmentsUseClasses = true
|
2019-11-30 17:28:55 +00:00
|
|
|
pygmentsCodefencesGuessSyntax = true
|
2019-11-20 06:55:05 +00:00
|
|
|
|
2019-12-03 03:23:03 +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"
|