diff options
author | Alejandro <[email protected]> | 2024-07-30 20:52:28 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-30 20:52:28 -0600 |
commit | a44b276f5f19c7e9bf7e8bdea6c677e33b8dfebe (patch) | |
tree | 1022ae4a4a3fcc98d2c00afdd755c318defa2680 | |
parent | df54283c24cada94e017777d311b7a0b6297a05e (diff) |
added: spanish specific url
-rw-r--r-- | hugo.toml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |