summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hugo.toml12
1 files changed, 11 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index 78a9eb0..6f91b99 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,4 +1,14 @@
baseURL = 'https://example.org/'
-languageCode = 'es'
title = 'FIF UAQ'
theme = 'lugo'
+
+defaultContentLanguage = 'es'
+defaultContentLanguageInSubdir = true
+[languages]
+[languages.es]
+contentDir = 'content/es'
+disabled = false
+languageCode = 'es-MX'
+languageName = 'EspaƱol'
+title = 'FIF UAQ'
+weight = 1