mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 00:15:59 -06:00
66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
baseURL: https://example.com
|
|
theme: bobatheme
|
|
defaultContentLanguage: en
|
|
copyright: '© 2021 bbaovanc <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 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: Example website for bobatheme
|
|
|
|
# these are for favicons in bobatheme (defaults are shown here)
|
|
# 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/bobatheme/blob/master
|
|
# gitFileIcon: github-circle
|
|
|
|
# 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
|
|
|
|
# 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:
|
|
_merge: deep
|
|
|
|
languages:
|
|
en:
|
|
languageName: English
|
|
title: Example Website
|
|
weight: 1
|
|
|
|
es:
|
|
languageName: Español
|
|
title: Sitio web ejemplo
|
|
weight: 2
|
|
params:
|
|
description: Sitio web ejemplo para bobatheme
|