39 lines
839 B
TOML
39 lines
839 B
TOML
baseURL = "https://barbel.synology.me"
|
|
title = "Yann64"
|
|
copyright = "Yannick Barbel"
|
|
paginate = 3 # for demonstration of pagination
|
|
languageCode = "fr"
|
|
defaultContentLanguage = "fr"
|
|
enableInlineShortcodes = true
|
|
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
|
|
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
|
|
ignoreErrors = ["error-remote-getjson"]
|
|
theme = "tailwind"
|
|
enableGitInfo = true
|
|
|
|
[markup]
|
|
_merge = "deep"
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
series = "series"
|
|
|
|
[privacy]
|
|
[privacy.vimeo]
|
|
disabled = false
|
|
simple = true
|
|
|
|
[privacy.twitter]
|
|
disabled = false
|
|
enableDNT = true
|
|
simple = true
|
|
|
|
[privacy.instagram]
|
|
disabled = false
|
|
simple = true
|
|
|
|
[privacy.youtube]
|
|
disabled = false
|
|
privacyEnhanced = true
|