mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
58 lines
1.2 KiB
TOML
58 lines
1.2 KiB
TOML
baseURL = "https://example.com"
|
|
theme = "bobatheme"
|
|
defaultContentLanguage = "en"
|
|
copyright = '© 2021 bbaovanc <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>'
|
|
sectionPagesMenu = "main"
|
|
enableRobotsTXT = true
|
|
paginate = 5
|
|
enableGitInfo = true
|
|
|
|
[author]
|
|
name = "bbaovanc"
|
|
|
|
[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"
|
|
|
|
# show word count and/or reading time (enabled by default)
|
|
wordcount = true
|
|
readingtime = true
|
|
|
|
# used for last update
|
|
repoURL = "https://github.com/BBaoVanC/bobatheme"
|
|
|
|
[privacy]
|
|
[privacy.googleAnalytics]
|
|
disable = true
|
|
|
|
[privacy.twitter]
|
|
enableDNT = true
|
|
|
|
[privacy.vimeo]
|
|
enableDNT = true
|
|
|
|
[privacy.youtube]
|
|
privacyEnhanced = true
|
|
|
|
[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"
|