mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 02:34:42 -04:00
docs: List config options for multilingual feature
This commit is contained in:
parent
4e16a6d4fd
commit
9dab62c559
@ -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