Files
bbaovanc.com/config.toml
2021-10-18 17:31:12 -05:00

46 lines
1.0 KiB
TOML

baseURL = "https://bbaovanc.com"
theme = "bobatheme"
defaultContentLanguage = "en"
copyright = '<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"
email = "bbaovanc@bbaovanc.com"
[markup]
[markup.highlight]
noClasses = false
lineNos = true
[params]
# these are for the OpenGraph/Twitter embeds in Hugo
description = "My personal website"
# these are for favicons in bobatheme
faviconICO = "/favicon.ico"
faviconPNG = "/favicon.png"
# show word count and/or reading time
wordcount = true
readingtime = true
# used for last update
repoURL = "https://github.com/BBaoVanC/bbaovanc.com"
[languages]
[languages.en]
languageName = "English"
title = "bbaovanc's Website"
weight = 1
[languages.es]
languageName = "Español"
title = "sitio web de bbaovanc"
weight = 2
[languages.es.params]
description = "Mi sitio web personal"