From a44b276f5f19c7e9bf7e8bdea6c677e33b8dfebe Mon Sep 17 00:00:00 2001
From: Alejandro <alex.mac.fon@gmail.com>
Date: Tue, 30 Jul 2024 20:52:28 -0600
Subject: added: spanish specific url

---
 hugo.toml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

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
-- 
cgit v1.2.3