mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
8d5132229f
commit
eb572c8a18
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ along with their current, default values:
|
||||||
defaultContentLanguage: "en"
|
defaultContentLanguage: "en"
|
||||||
# Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/
|
# Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/
|
||||||
defaultContentLanguageInSubdir: false
|
defaultContentLanguageInSubdir: false
|
||||||
|
# The below example will disable all page types and will render nothing.
|
||||||
|
disableKinds = ["page", "home", "section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404"]
|
||||||
disableLiveReload: false
|
disableLiveReload: false
|
||||||
# Do not build RSS files
|
# Do not build RSS files
|
||||||
disableRSS: false
|
disableRSS: false
|
||||||
|
|
Loading…
Reference in a new issue