From b6fb458772d1d6a1ce11c78462b9645fe6865483 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Tue, 30 Jul 2024 20:54:37 -0600 Subject: added: english subsite --- hugo.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3