From 40be8c5974bb296baec1e1e034d147a1db4a0ce9 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 9 Nov 2021 21:33:08 -0600 Subject: [PATCH] Update bobatheme --- .gitignore | 2 ++ config.yaml | 43 ++++++++++++++++++++++++++++++++----------- themes/bobatheme | 2 +- 3 files changed, 35 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index f32553a..9914df9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ hugo.darwin hugo.linux # End of https://www.toptal.com/developers/gitignore/api/hugo + +.hugo_build.lock diff --git a/config.yaml b/config.yaml index 7677e33..b32c17e 100644 --- a/config.yaml +++ b/config.yaml @@ -1,13 +1,16 @@ baseURL: https://boba.best theme: bobatheme -languageCode: en-US -title: boba.best +defaultContentLanguage: en copyright: '© 2021 bbaovanc CC BY-SA 4.0' sectionPagesMenu: main enableRobotsTXT: true paginate: 5 enableGitInfo: true +taxonomies: + tag: tags + author: authors + author: name: bbaovanc @@ -17,9 +20,8 @@ markup: lineNos: true params: - # these are for the OpenGraph/Twitter embeds + # these are for the OpenGraph/Twitter embeds in Hugo description: Be your boba best - title: boba.best # these are for favicons in bobatheme faviconICO: /favicon.ico @@ -29,11 +31,30 @@ params: wordcount: true readingtime: true - # used for last update - repoURL: https://git.boba.best/boba.best/boba.best + # used for "View history" + gitFileURL: https://git.boba.best/boba.best/boba.best/src/branch/master + gitFileIcon: code -menu: - main: - - identifier: status-page - name: Status Page - url: https://status.boba.best/status +privacy: + googleAnalytics: + disable: true + + twitter: + enableDNT: true + + vimeo: + enableDNT: true + + youtube: + privacyEnhanced: true + +languages: + en: + languageName: English + title: boba.best + weight: 1 + menu: + main: + - identifier: status-page + name: Status Page + url: https://status.boba.best/status diff --git a/themes/bobatheme b/themes/bobatheme index 550bfb6..e21c27b 160000 --- a/themes/bobatheme +++ b/themes/bobatheme @@ -1 +1 @@ -Subproject commit 550bfb6367983bf81dbbcca04047ee8540ab7c72 +Subproject commit e21c27b9e6aa149d478bef0e1ec815d8f552dfae