summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <[email protected]>2024-07-30 21:05:06 -0600
committerAlejandro <[email protected]>2024-07-30 21:05:06 -0600
commite03cf710a2950932951453aa29ca8a362ddcf2bc (patch)
tree0d0e96970464527e4d255d1c04e6de8803c26f6f
parent3a4eaf85f350cf919b3da8218b3584d762ce79f2 (diff)
added: german language entry
-rw-r--r--hugo.toml8
1 files changed, 8 insertions, 0 deletions
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