diff options
author | Alejandro <[email protected]> | 2024-07-30 20:54:37 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-30 20:54:37 -0600 |
commit | b6fb458772d1d6a1ce11c78462b9645fe6865483 (patch) | |
tree | 63c14ad4bed501d9a26601e7560309725b010b55 | |
parent | 743499811deb756147eed56753b985d866e9267d (diff) |
added: english subsite
-rw-r--r-- | hugo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,3 +12,10 @@ languageCode = 'es-MX' languageName = 'EspaƱol' title = 'FIF UAQ' weight = 1 +[languages.en] +contentDir = 'content/en' +disabled = true +languageCode = 'en-US' +languageName = 'English' +title = 'CS School UAQ' +weight = 2 |