40 lines
829 B
TOML
40 lines
829 B
TOML
baseURL = "https://dev.mc8051.de"
|
|
title = "Hugo Example Site"
|
|
languageCode = "en"
|
|
defaultContentLanguage = "en"
|
|
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 = "mc8051"
|
|
enableGitInfo = true
|
|
|
|
[markup]
|
|
_merge = "deep"
|
|
|
|
[pagination]
|
|
pagerSize = 3 # for demonstration of pagination
|
|
|
|
[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
|