mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 19:17:34 -05:00
Update bobatheme - config merging
This commit is contained in:
34
config.yaml
34
config.yaml
@ -8,45 +8,33 @@ paginate: 5
|
|||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
tag: tags
|
_merge: deep
|
||||||
author: authors
|
|
||||||
|
|
||||||
author:
|
author:
|
||||||
name: bbaovanc
|
name: bbaovanc
|
||||||
|
|
||||||
markup:
|
markup: # this just keeps the bobatheme markup styling
|
||||||
highlight:
|
_merge: deep
|
||||||
noClasses: false
|
|
||||||
lineNos: true
|
|
||||||
|
|
||||||
params:
|
params:
|
||||||
# these are for the OpenGraph/Twitter embeds in Hugo
|
# these are for the OpenGraph/Twitter embeds in Hugo
|
||||||
description: My personal website
|
description: My personal website
|
||||||
|
|
||||||
# these are for favicons in bobatheme
|
# these are for favicons in bobatheme (unset by default)
|
||||||
faviconICO: favicon.ico
|
faviconICO: /favicon.ico
|
||||||
faviconPNG: favicon.png
|
faviconPNG: /favicon.png
|
||||||
|
|
||||||
# show word count and/or reading time (enabled by default)
|
# show reading time (enabled by default)
|
||||||
wordcount: true
|
|
||||||
readingtime: true
|
readingtime: true
|
||||||
|
|
||||||
# used for "View history"
|
# used for "View source" (unset by default)
|
||||||
gitFileURL: https://github.com/BBaoVanC/bbaovanc.com/blob/master
|
gitFileURL: https://github.com/BBaoVanC/bbaovanc.com/blob/master
|
||||||
gitFileIcon: code
|
gitFileIcon: code
|
||||||
|
|
||||||
|
# see https://gohugo.io/about/hugo-and-gdpr/#all-privacy-settings
|
||||||
|
# you probably want to keep this default
|
||||||
privacy:
|
privacy:
|
||||||
googleAnalytics:
|
_merge: deep
|
||||||
disable: true
|
|
||||||
|
|
||||||
twitter:
|
|
||||||
enableDNT: true
|
|
||||||
|
|
||||||
vimeo:
|
|
||||||
enableDNT: true
|
|
||||||
|
|
||||||
youtube:
|
|
||||||
privacyEnhanced: true
|
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
en:
|
en:
|
||||||
|
Submodule themes/bobatheme updated: 943fb83324...1e72637a33
Reference in New Issue
Block a user