hugo-theme/exampleSite/config/_default/hugo.toml

43 lines
884 B
TOML
Raw Normal View History

2024-10-21 13:47:30 +02:00
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"]
2024-10-21 21:29:11 +02:00
theme = "hugo-theme"
2024-10-21 13:47:30 +02:00
enableGitInfo = true
2024-10-21 21:29:11 +02:00
enableEmoji = true
copyright = 'Hugo Site Author'
2024-10-21 13:47:30 +02:00
[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