From 43c5d90baf44c16934ef058282af5737bb7d1dc8 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 --- content/overview/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/overview/configuration.md b/content/overview/configuration.md index 849e4ed45..67b0a6b96 100644 --- a/content/overview/configuration.md +++ b/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