diff --git a/config.yaml b/config.yaml index b32c17e..2c35b58 100644 --- a/config.yaml +++ b/config.yaml @@ -8,45 +8,55 @@ paginate: 5 enableGitInfo: true taxonomies: - tag: tags - author: authors + _merge: deep author: name: bbaovanc -markup: - highlight: - noClasses: false - lineNos: true +markup: # this just keeps the bobatheme markup styling + _merge: deep params: # these are for the OpenGraph/Twitter embeds in Hugo description: Be your boba best # these are for favicons in bobatheme - faviconICO: /favicon.ico - faviconPNG: /img/boba_mochi.png + # faviconICO: /favicon.ico + # faviconPNG: /img/boba_mochi.png - # show word count and/or reading time - wordcount: true + # these are for favicons in bobatheme (disabled by default) + # faviconSVG: favicon.svg + # appleTouchPNG: apple-touch-icon.png + + # show reading time (enabled by default) readingtime: true - # used for "View history" + # used for "View source" (unset by default) gitFileURL: https://git.boba.best/boba.best/boba.best/src/branch/master gitFileIcon: code + # display a "Latest Posts" section on the homepage below its content + homepageLatestPosts: true + + # social media share icons + shareButtons: + twitter: true + facebook: true + linkedin: true + reddit: true + telegram: true + + # show "Latest Posts" section at bottom of content pages + # latestPostsOnContent: true + + # footer: >- + # Some example text for the footer. + + +# see https://gohugo.io/about/hugo-and-gdpr/#all-privacy-settings +# you probably want to keep this default privacy: - googleAnalytics: - disable: true - - twitter: - enableDNT: true - - vimeo: - enableDNT: true - - youtube: - privacyEnhanced: true + _merge: deep languages: en: @@ -57,4 +67,4 @@ languages: main: - identifier: status-page name: Status Page - url: https://status.boba.best/status + url: https://status.boba.best diff --git a/themes/bobatheme b/themes/bobatheme index dff2304..034ef46 160000 --- a/themes/bobatheme +++ b/themes/bobatheme @@ -1 +1 @@ -Subproject commit dff23045a8de705c79597c8dd1430b6ff2d1f8e1 +Subproject commit 034ef462a219b207cc5b755ba56a3e19b9e5947a