-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (41 loc) · 1.2 KB
/
config.toml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
baseURL = "/"
languageCode = "en-gb"
title = "GNU social"
description = "GNU social software landing page"
author = "Susanna Di Vita et al"
Paginate = 4
DefaultContentLanguage = "en"
[languages]
[languages.en]
title = "GNU social - a free/libre social networking platform"
languagename = "English"
contentDir = "content/en"
weight = 1
[languages.pt]
title = "GNU social - uma plataforma livre e gratuita para redes sociais"
languagename = "Português"
contentDir = "content/pt"
weight = 2
[languages.es]
title = "GNU social - una red social, federada y libre"
languagename = "Espanol"
contentDir = "content/es"
weight = 3
[languages.gl]
title = "GNU social - plataforma de comunicación social feita con software libre"
languagename = "Galego"
contentDir = "content/gl"
weight = 4
[languages.it]
title = "GNU social - piattaforma di comunicazione sociale realizzata con software libero"
languagename = "Italiano"
contentDir = "content/it"
weight = 5
[mediaTypes]
[mediaTypes."application/x-php"]
suffixes = ["php"]
[outputFormats]
[outputFormats.PHP]
mediaType = "application/x-php"
isHTML = true
baseName = "index"