mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 05:44:56 -04:00
docs: List config options for multilingual feature
This commit is contained in:
parent
290f6f7748
commit
43c5d90baf
@ -98,6 +98,10 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
||||
dataDir: "data"
|
||||
defaultExtension: "html"
|
||||
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
|
||||
# Do not build RSS files
|
||||
disableRSS: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user