From 361b914a7db7a657325e52d6d8f4152d947c15f1 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 30 Oct 2021 18:13:24 -0500 Subject: [PATCH] Migrate config.toml to yaml --- config.toml | 40 ---------------------------------------- config.yaml | 39 +++++++++++++++++++++++++++++++++++++++ themes/bobatheme | 2 +- 3 files changed, 40 insertions(+), 41 deletions(-) delete mode 100644 config.toml create mode 100644 config.yaml diff --git a/config.toml b/config.toml deleted file mode 100644 index c87fe00..0000000 --- a/config.toml +++ /dev/null @@ -1,40 +0,0 @@ -baseURL = "https://boba.best" -theme = "bobatheme" -languageCode = "en-US" -title = "boba.best" -copyright = '© 2021 bbaovanc CC BY-SA 4.0' -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" diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..7677e33 --- /dev/null +++ b/config.yaml @@ -0,0 +1,39 @@ +baseURL: https://boba.best +theme: bobatheme +languageCode: en-US +title: boba.best +copyright: '© 2021 bbaovanc CC BY-SA 4.0' +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 diff --git a/themes/bobatheme b/themes/bobatheme index ae37e58..550bfb6 160000 --- a/themes/bobatheme +++ b/themes/bobatheme @@ -1 +1 @@ -Subproject commit ae37e587a3553d10cad0b7ad4bfef2928514e52e +Subproject commit 550bfb6367983bf81dbbcca04047ee8540ab7c72