This commit is contained in:
parent
105e75a524
commit
649df2b544
56
config.yaml
56
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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dff23045a8de705c79597c8dd1430b6ff2d1f8e1
|
||||
Subproject commit 034ef462a219b207cc5b755ba56a3e19b9e5947a
|
Reference in New Issue
Block a user