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

32 lines
706 B
TOML
Raw Normal View History

2021-04-24 21:37:42 -05:00
baseURL = "https://boba.best"
2021-09-25 21:00:05 -05:00
theme = "bobatheme"
2021-04-24 21:37:42 -05:00
languageCode = "en-US"
2021-09-25 21:00:05 -05:00
author = "bbaovanc"
title = "boba.best"
sectionPagesMenu = "main"
2021-04-24 21:37:42 -05:00
enableRobotsTXT = true
2021-10-02 20:36:40 -05:00
paginate = 5
2021-10-05 19:13:11 -05:00
enableGitInfo = true
2021-04-24 21:37:42 -05:00
[params]
2021-09-28 18:42:49 -05:00
# these are for the OpenGraph/Twitter embeds
2021-04-24 21:37:42 -05:00
description = "Be your boba best"
title = "boba.best"
2021-09-28 18:42:49 -05:00
# these are for favicons in bobatheme
faviconICO = "/favicon.ico"
faviconPNG = "/img/boba_mochi.png"
2021-10-10 13:42:46 -05:00
# show word count and/or reading time
wordcount = true
readingtime = true
# used for last update
repoURL = "https://git.boba.best/boba.best/boba.best"
2021-05-23 23:48:00 -05:00
[menu]
[[menu.main]]
identifier = "status-page"
name = "Status Page"
2021-10-01 12:22:00 -05:00
url = "https://status.boba.best/status"