mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-05 19:47:30 -05:00
45 lines
1.0 KiB
TOML
45 lines
1.0 KiB
TOML
baseURL = "https://bbaovanc.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 = "My personal website"
|
|
|
|
# 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/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"
|