-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml
65 lines (53 loc) · 1.22 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
53
54
55
56
57
58
59
60
61
62
63
64
65
baseURL = "https://hsp.sh/"
languageCode = "pl-pl"
title = "Hackerspace Pomorze"
copyright = "CC-BY-SA"
theme = "marvelous-snuffle"
[params]
description = "Hackerspace to miejsce dla osób, którym po prostu się chce!"
[menu]
[[menu.main]]
identifier = "Blog"
name = "Blog"
url = "/blog/"
weight = 15
[[menu.services]]
identifier = "wiki"
name = "Wiki"
url = "https://docs.hsp.sh"
weight = 10
[[menu.services]]
identifier = "forum"
name = "Forum"
url = "https://forum.hsp.sh"
weight = 15
[[menu.services]]
identifier = "git"
name = "Git"
url = "https://hsp.sh/github"
weight = 20
[[menu.services]]
identifier = "at"
name = "Whois"
url = "https://at.hsp.sh/"
weight = 25
[[menu.services]]
identifier = "auth"
name = "Zaloguj Się"
url = "https://auth.hsp.sh/"
weight = 30
[[menu.social]]
identifier = "fb"
name = "Facebook"
url = "https://hsp.sh/facebook"
weight = 10
[[menu.social]]
identifier = "ig"
name = "Instagram"
url = "https://hsp.sh/instagram"
weight = 15
[[menu.social]]
identifier = "mstdn"
name = "Mastodon"
url = "https://hsp.sh/mastodon"
weight = 20