summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 70c00f86e83f8ce0bf7eb027ee2cdcbd10f6678a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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