docs: List config options for multilingual feature

This commit is contained in:
digitalcraftsman 2016-09-16 14:36:54 +02:00
parent 4e16a6d4fd
commit 9dab62c559

View file

@ -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