bobatheme/exampleSite/config.toml

58 lines
1.2 KiB
TOML
Raw Normal View History

2021-10-15 19:48:23 -05:00
baseURL = "https://example.com"
theme = "bobatheme"
defaultContentLanguage = "en"
2021-10-26 14:27:37 -05:00
copyright = '&copy; 2021 bbaovanc <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>'
2021-10-15 19:48:23 -05:00
sectionPagesMenu = "main"
enableRobotsTXT = true
paginate = 5
enableGitInfo = true
2021-10-26 14:27:37 -05:00
[author]
name = "bbaovanc"
2021-10-15 19:48:23 -05:00
[markup]
[markup.highlight]
noClasses = false
lineNos = true
[params]
# these are for the OpenGraph/Twitter embeds in Hugo
description = "Example website for bobatheme"
# these are for favicons in bobatheme
faviconICO = "favicon.ico"
faviconPNG = "favicon.png"
2021-10-15 19:48:23 -05:00
# show word count and/or reading time (enabled by default)
2021-10-15 19:48:23 -05:00
wordcount = true
readingtime = true
# used for last update
repoURL = "https://github.com/BBaoVanC/bobatheme"
2021-10-29 20:57:16 -05:00
[privacy]
[privacy.googleAnalytics]
disable = true
[privacy.twitter]
enableDNT = true
[privacy.vimeo]
enableDNT = true
[privacy.youtube]
privacyEnhanced = true
2021-10-15 19:48:23 -05:00
[languages]
[languages.en]
languageName = "English"
title = "Example Website"
weight = 1
[languages.es]
languageName = "Español"
title = "Sitio web ejemplo"
weight = 2
[languages.es.params]
description = "Sitio web ejemplo para bobatheme"