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