summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 832004702dfe648abb2848330aee88d68d4485ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
baseURL = 'https://example.org/'
title = 'FIF UAQ'
theme = 'lugo'

defaultContentLanguage = 'es'
defaultContentLanguageInSubdir = true
[languages]
[languages.es]
contentDir = 'content/es'
disabled = false
languageCode = 'es-MX'
languageDirection = 'ltr'
languageName = 'EspaƱol'
title = 'FIF UAQ'
weight = 1
[languages.en]
contentDir = 'content/en'
disabled = true
languageCode = 'en-US'
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