hugo-theme-zzo/exampleSite/config.toml

176 lines
3.7 KiB
TOML
Raw Normal View History

2019-11-05 03:11:32 +00:00
baseURL = "http://example.org"
title = "Hugo Zzo Theme"
theme = "zzo"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
2019-11-05 06:04:59 +00:00
hasCJKLanguage = true
2019-11-05 03:11:32 +00:00
summaryLength = 70
2019-11-05 05:31:26 +00:00
googleAnalytics = ""
2019-11-05 03:11:32 +00:00
copyright = "MIT©zzossig"
timeout = 10000
enableEmoji = true
paginate = 7
rssLimit = 100
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[params]
logoText = "Zzo"
2019-11-05 03:11:32 +00:00
description = "The Zzo theme for Hugo example site."
custom_css = ["css/custom.css", "scss/custom.scss"]
custom_js = ["js/custom.js"]
myname = "yourname"
whoami = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sit amet cursus massa. Vestibulum eu posuere est. Suspendisse erat purus, mollis in leo quis, hendrerit fringilla felis."
2019-11-05 03:11:32 +00:00
# body
enableBreadcrumb = true
enablePhotoSwipe = true
enableSearch = true
enableMark = true
enableGoToTop = true
enableWhoami = true
summaryShape = "card" # card, classic, compact
archiveGroupByDate = "2006-01" # "2006-01": group by month, "2006": group by year
2019-11-05 03:11:32 +00:00
# sidebar
enableSidebar = true
2019-11-05 03:11:32 +00:00
enableSidebarTags = true
enableSidebarSeries = true
enableSidebarCategories = true
enableToc = true
enableTocSwitch = true
itemsPerCategory = 5
enableSideSubscribe = false
searchLanguages = ['en']
2019-11-05 03:11:32 +00:00
# footer
showPoweredBy = true
showFeedLinks = true
showSocialLinks = true
enableLangChange = true
enableThemeChange = true
themeOptions = ["dark", "light", "hacker", "solarized", "custom"]
# comment
enableComment = false
disqus_shortname = ""
commento = false
2019-11-05 03:11:32 +00:00
[params.socialOptions]
email = "mailto:your@email.com"
2019-11-05 03:11:32 +00:00
facebook = "http://example.org"
twitter = "http://example.org"
github = "http://example.org"
2019-11-05 05:31:26 +00:00
stack-overflow = ""
instagram = ""
google-plus = ""
youtube = ""
medium = ""
tumblr = ""
linkedin = ""
pinterest = ""
2019-11-05 05:31:26 +00:00
stack-exchange = ""
2019-11-05 03:11:32 +00:00
2019-11-07 18:09:15 +00:00
[marketing]
google_analytics = ""
google_tag_manager = ""
2019-11-05 03:11:32 +00:00
[languages]
[languages.en]
title = "Hugo Zzo Theme"
languageName = "English"
weight = 1
[[languages.en.menu.main]]
identifier = "about"
name = "about"
url = "about"
weight = 10
[[languages.en.menu.main]]
identifier = "archive"
name = "archive"
url = "archive"
weight = 11
[[languages.en.menu.main]]
identifier = "gallery"
name = "gallery"
url = "gallery"
weight = 12
[[languages.en.menu.main]]
parent = "gallery"
name = "cartoon"
url = "gallery/cartoon"
[[languages.en.menu.main]]
parent = "gallery"
name = "photo"
url = "gallery/photo"
[[languages.en.menu.main]]
identifier = "posts"
name = "posts"
url = "posts"
weight = 13
[[languages.en.menu.main]]
identifier = "notes"
name = "notes"
url = "notes"
weight = 14
[languages.ko]
title = "Hugo Zzo Theme"
languageName = "한국어"
weight = 2
[[languages.ko.menu.main]]
identifier = "about"
name = "about"
url = "about"
weight = 20
[[languages.ko.menu.main]]
identifier = "archive"
name = "archive"
url = "archive"
weight = 21
[[languages.ko.menu.main]]
identifier = "gallery"
name = "gallery"
url = "gallery"
weight = 22
[[languages.ko.menu.main]]
parent = "gallery"
name = "cartoon"
url = "gallery/cartoon"
[[languages.ko.menu.main]]
parent = "gallery"
name = "photo"
url = "gallery/photo"
[[languages.ko.menu.main]]
identifier = "posts"
name = "posts"
url = "posts"
weight = 23
[[languages.ko.menu.main]]
identifier = "notes"
name = "notes"
url = "notes"
weight = 24