summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <[email protected]>2024-07-30 20:52:28 -0600
committerAlejandro <[email protected]>2024-07-30 20:52:28 -0600
commita44b276f5f19c7e9bf7e8bdea6c677e33b8dfebe (patch)
tree1022ae4a4a3fcc98d2c00afdd755c318defa2680
parentdf54283c24cada94e017777d311b7a0b6297a05e (diff)
added: spanish specific url
-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