mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 19:17:34 -05:00
63 lines
1.2 KiB
YAML
63 lines
1.2 KiB
YAML
baseURL: https://bbaovanc.com
|
|
theme: bobatheme
|
|
defaultContentLanguage: en
|
|
copyright: '© 2021 bbaovanc <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>'
|
|
sectionPagesMenu: main
|
|
enableRobotsTXT: true
|
|
paginate: 5
|
|
enableGitInfo: true
|
|
|
|
taxonomies:
|
|
tag: tags
|
|
author: authors
|
|
|
|
author:
|
|
name: bbaovanc
|
|
|
|
markup:
|
|
highlight:
|
|
noClasses: false
|
|
lineNos: true
|
|
|
|
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
|
|
|
|
# show word count and/or reading time (enabled by default)
|
|
wordcount: true
|
|
readingtime: true
|
|
|
|
# used for "View history"
|
|
gitFileURL: https://github.com/BBaoVanC/bbaovanc.com/blob/master
|
|
gitFileIcon: code
|
|
|
|
privacy:
|
|
googleAnalytics:
|
|
disable: true
|
|
|
|
twitter:
|
|
enableDNT: true
|
|
|
|
vimeo:
|
|
enableDNT: true
|
|
|
|
youtube:
|
|
privacyEnhanced: true
|
|
|
|
languages:
|
|
en:
|
|
languageName: English
|
|
title: bbaovanc's Website
|
|
weight: 1
|
|
|
|
es:
|
|
languageName: Español
|
|
title: sitio web de bbaovanc
|
|
weight: 2
|
|
params:
|
|
description: Mi sitio web personal
|