summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-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