From: digitalcraftsman Date: Fri, 16 Sep 2016 12:36:54 +0000 (+0200) Subject: docs: List config options for multilingual feature X-Git-Tag: v0.17~59 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9dab62c559d7665ef1968f0ceba58704a5a29dde;p=brevno-suite%2Fhugo docs: List config options for multilingual feature --- diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 849e4ed4..67b0a6b9 100644 --- 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