shithub: hugo

Download patch

ref: 9dab62c559d7665ef1968f0ceba58704a5a29dde
parent: 4e16a6d4fdb46cc072bd0bf0f8977d6a5f224694
author: digitalcraftsman <[email protected]>
date: Fri Sep 16 10:36:54 EDT 2016

docs: List config options for multilingual feature

--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -98,6 +98,10 @@
     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