From 9dab62c559d7665ef1968f0ceba58704a5a29dde Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 16 Sep 2016 14:36:54 +0200 Subject: [PATCH] docs: List config options for multilingual feature --- docs/content/overview/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 849e4ed45..67b0a6b96 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