mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'
This commit is contained in:
@@ -1086,6 +1086,13 @@ config:
|
||||
cascade: []
|
||||
cleanDestinationDir: false
|
||||
contentDir: content
|
||||
contentTypes:
|
||||
text/asciidoc: {}
|
||||
text/html: {}
|
||||
text/markdown: {}
|
||||
text/org: {}
|
||||
text/pandoc: {}
|
||||
text/rst: {}
|
||||
copyright: ""
|
||||
dataDir: data
|
||||
defaultContentLanguage: en
|
||||
@@ -1221,8 +1228,9 @@ config:
|
||||
attribute:
|
||||
block: false
|
||||
title: true
|
||||
autoDefinitionTermID: false
|
||||
autoHeadingID: true
|
||||
autoHeadingIDType: github
|
||||
autoIDType: github
|
||||
wrapStandAloneImageWithinParagraph: true
|
||||
renderHooks:
|
||||
image:
|
||||
@@ -1467,6 +1475,7 @@ config:
|
||||
xml:
|
||||
keepWhitespace: false
|
||||
module:
|
||||
auth: ""
|
||||
hugoVersion:
|
||||
extended: false
|
||||
max: ""
|
||||
@@ -1864,6 +1873,8 @@ config_helpers:
|
||||
_merge: none
|
||||
cascade:
|
||||
_merge: none
|
||||
contenttypes:
|
||||
_merge: none
|
||||
deployment:
|
||||
_merge: none
|
||||
frontmatter:
|
||||
|
12
docs/data/keywords.yaml
Normal file
12
docs/data/keywords.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# We use the front matter keywords field to determine related content. To
|
||||
# ensure consistency, during site build we validate each keyword against the
|
||||
# entries in data/keywords.yaml.
|
||||
|
||||
# As of March 5, 2025, this feature is experimental, pending usability
|
||||
# assessment. We anticipate that the number of additions to data/keywords.yaml
|
||||
# will decrease over time, though the initial implementation will require some
|
||||
# effort.
|
||||
|
||||
- menu
|
||||
- resource
|
||||
- highlight
|
@@ -6,7 +6,7 @@
|
||||
#
|
||||
# For example:
|
||||
#
|
||||
# {{< list-pages-in-section path=/functions/images filter=functions_images_no_filters filterType=exclude >}}
|
||||
# {{% list-pages-in-section path=/functions/images filter=functions_images_no_filters filterType=exclude %}}
|
||||
|
||||
functions_fmt_logging:
|
||||
- /functions/fmt/errorf
|
||||
|
Reference in New Issue
Block a user