summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <alex.mac.fon@gmail.com>2024-07-30 20:54:37 -0600
committerAlejandro <alex.mac.fon@gmail.com>2024-07-30 20:54:37 -0600
commitb6fb458772d1d6a1ce11c78462b9645fe6865483 (patch)
tree63c14ad4bed501d9a26601e7560309725b010b55
parent743499811deb756147eed56753b985d866e9267d (diff)
added: english subsite
-rw-r--r--hugo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 6f91b99..0bbeed7 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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