Migrate config.toml to yaml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
BBaoVanC 2021-10-30 18:13:24 -05:00
parent 83953320f2
commit 361b914a7d
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
3 changed files with 40 additions and 41 deletions

View File

@ -1,40 +0,0 @@
baseURL = "https://boba.best"
theme = "bobatheme"
languageCode = "en-US"
title = "boba.best"
copyright = '&copy; 2021 bbaovanc <a rel="license" href="https://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"

39
config.yaml Normal file
View File

@ -0,0 +1,39 @@
baseURL: https://boba.best
theme: bobatheme
languageCode: en-US
title: boba.best
copyright: '&copy; 2021 bbaovanc <a rel="license" href="https://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:
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:
main:
- identifier: status-page
name: Status Page
url: https://status.boba.best/status

@ -1 +1 @@
Subproject commit ae37e587a3553d10cad0b7ad4bfef2928514e52e
Subproject commit 550bfb6367983bf81dbbcca04047ee8540ab7c72