mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 11:07:32 -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
|
||||
|
||||
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: My personal website
|
||||
|
||||
# these are for favicons in bobatheme
|
||||
faviconICO: favicon.ico
|
||||
faviconPNG: favicon.png
|
||||
# these are for favicons in bobatheme (unset by default)
|
||||
faviconICO: /favicon.ico
|
||||
faviconPNG: /favicon.png
|
||||
|
||||
# show word count and/or reading time (enabled by default)
|
||||
wordcount: true
|
||||
# show reading time (enabled by default)
|
||||
readingtime: true
|
||||
|
||||
# used for "View history"
|
||||
# used for "View source" (unset by default)
|
||||
gitFileURL: https://github.com/BBaoVanC/bbaovanc.com/blob/master
|
||||
gitFileIcon: code
|
||||
|
||||
# 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:
|
||||
|
Submodule themes/bobatheme updated: 943fb83324...1e72637a33
Reference in New Issue
Block a user