mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 11:07:32 -05:00
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
baseURL: https://bbaovanc.com
|
|
theme: bobatheme
|
|
defaultContentLanguage: en
|
|
copyright: '© 2021 bbaovanc <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>'
|
|
sectionPagesMenu: main
|
|
enableRobotsTXT: true
|
|
paginate: 5
|
|
enableGitInfo: true
|
|
|
|
taxonomies:
|
|
_merge: deep
|
|
|
|
author:
|
|
name: bbaovanc
|
|
|
|
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 (unset by default)
|
|
faviconICO: favicon.ico
|
|
faviconPNG: favicon.png
|
|
|
|
# show reading time (enabled by default)
|
|
readingtime: true
|
|
|
|
# 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:
|
|
_merge: deep
|
|
|
|
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
|