From e03cf710a2950932951453aa29ca8a362ddcf2bc Mon Sep 17 00:00:00 2001 From: Alejandro Date: Tue, 30 Jul 2024 21:05:06 -0600 Subject: added: german language entry --- hugo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 70c00f8..8320047 100644 --- a/hugo.toml +++ b/hugo.toml @@ -21,3 +21,11 @@ languageDirection = 'ltr' languageName = 'English' title = 'CS School UAQ' weight = 2 +[languages.de] +contentDir = 'content/de' +disabled = true +languageCode = 'de-DE' +languageDirection = 'ltr' +languageName = 'Deutsch' +title = 'Informatikschule UAQ' +weight = 2 -- cgit v1.2.3