mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
docs: List config options for multilingual feature
This commit is contained in:
@@ -98,6 +98,10 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
|||||||
dataDir: "data"
|
dataDir: "data"
|
||||||
defaultExtension: "html"
|
defaultExtension: "html"
|
||||||
defaultLayout: "post"
|
defaultLayout: "post"
|
||||||
|
# Missing translations will default to this content language
|
||||||
|
DefaultContentLanguage: "en"
|
||||||
|
# Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/
|
||||||
|
DefaultContentLanguageInSubdir: false
|
||||||
disableLiveReload: false
|
disableLiveReload: false
|
||||||
# Do not build RSS files
|
# Do not build RSS files
|
||||||
disableRSS: false
|
disableRSS: false
|
||||||
|
Reference in New Issue
Block a user