docs: List config options for multilingual feature - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 9dab62c559d7665ef1968f0ceba58704a5a29dde
DIR parent 4e16a6d4fdb46cc072bd0bf0f8977d6a5f224694
HTML Author: digitalcraftsman <digitalcraftsman@protonmail.com>
Date: Fri, 16 Sep 2016 14:36:54 +0200
docs: List config options for multilingual feature
Diffstat:
M docs/content/overview/configuratio… | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
DIR diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md
@@ -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