This repository has been archived on 2022-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
boba.best/config.toml

41 lines
924 B
TOML

baseURL = "https://boba.best"
theme = "bobatheme"
languageCode = "en-US"
title = "boba.best"
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
description = "Be your boba best"
title = "boba.best"
# these are for favicons in bobatheme
faviconICO = "/favicon.ico"
faviconPNG = "/img/boba_mochi.png"
# show word count and/or reading time
wordcount = true
readingtime = true
# used for last update
repoURL = "https://git.boba.best/boba.best/boba.best"
[menu]
[[menu.main]]
identifier = "status-page"
name = "Status Page"
url = "https://status.boba.best/status"