-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
41 lines (31 loc) · 1023 Bytes
/
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
baseURL = 'https://wiki.chaostreff-flensburg.de/'
languageCode = 'en-us'
title = 'Chaostreff Wiki'
theme = "exampleTheme"
[taxonomies]
category = 'categories'
tag = 'tags'
[params.startpage.group.one]
name = "Verein"
categories = [ "chaostreff", "räume", "kommunikation", "verein" ]
[params.startpage.group.two]
name = "Infrastuktur und Projekte"
categories = [ "werkzeug", "netzwerk", "projekte"]
[params.footer.link.service.nextcloud]
name = "Nextcloud"
url = "https://cloud.chaostreff-flensburg.de/"
[params.footer.link.service.codimd]
name = "Codi MD"
url = "https://md.ctfl.space/"
[params.footer.link.treff.webpage]
name = "Webseite"
url = "https://chaostreff-flensburg.de/"
[params.footer.link.treff.wiki]
name = "Wiki"
url = "https://wiki.chaostreff-flensburg.de/"
[params.footer.link.treff.github]
name = "Github"
url = "https://github.com/chaostreff-flensburg/"
[params.footer.link.treff.flickr]
name = "Flickr"
url = "https://www.flickr.com/photos/157585171@N05/"