-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml
52 lines (44 loc) · 1.25 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
45
46
47
48
49
50
51
52
baseURL = "https://lghs.be/"
languageCode = "fr-be"
title = "Liège Hackerspace"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 10
[[menu.main]]
name = "Projets"
url = "https://wiki.liegehacker.space/shelves/projets"
weight = 20
[[menu.main]]
name = "Wiki"
url = "https://wiki.liegehacker.space/"
weight = 30
[[menu.social]]
name = "Facebook"
pre = "<i class='fa fa-facebook'></i>"
url = "https://www.facebook.com/liegehackerspace/"
title = "Notre page Facebook"
weight = 10
[[menu.social]]
name = "Twitter"
pre = "<i class='fa fa-twitter'></i>"
url = "https://twitter.com/LgHackerSpace"
title = "Notre compte Twitter"
weight = 20
[[menu.social]]
name = "Github"
pre = "<i class='fa fa-github'></i>"
url = "https://github.com/LgHS"
title = "Nos repos sur Github"
weight = 30
[[menu.social]]
name = "Space API"
pre = "<i class='fa fa-space-shuttle'></i>"
url = "https://lghs.be/spaceapi"
title = "Notre Space API"
weight = 40