-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
127 lines (106 loc) · 2.48 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
baseURL = 'https://leighhack.org/'
languageCode = 'en-gb'
theme = 'lhs'
title = 'Leigh Hackspace'
enableRobotsTXT = true
[sitemap]
changeFreq = 'weekly'
filename = 'sitemap.xml'
priority = -1
[imaging]
bgColor = '#ffffff'
resampleFilter = 'CatmullRom'
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
noHl = false
style = 'emacs'
tabWidth = 4
[params]
company = "Leigh Hackspace CIC"
company_number = "09404083"
copyright_years = "2023"
contact_email = "[email protected]"
description = "Leigh Hackspace is a hackspace located in the north-west of England."
calendarUrl = "https://api.leighhack.org/events.ics"
# Header links
[menu]
[[menu.main]]
name = "About"
pageRef = "about"
weight = 1
[[menu.main]]
name = "History"
pageRef = "history"
weight = 2
[[menu.main]]
name = "Facilities"
pageRef = "facilities"
weight = 3
[[menu.main]]
name = "Blog"
pageRef = "blog"
weight = 4
[[menu.main]]
name = "Visit Us"
pageRef = "visit"
weight = 5
[[menu.main]]
name = "Events"
pageRef = "events"
weight = 6
[[menu.main]]
name = "Donate"
pageRef = "Donate"
URL = "https://www.paypal.com/donate/?hosted_button_id=G9AJ2HR3SDQ3J"
weight = 7
[[menu.policies]]
name = "Code of Conduct"
pageRef = "policies/code_of_conduct"
weight = 1
[[menu.policies]]
name = "Disputes"
pageRef = "policies/disputes"
weight = 2
[[menu.policies]]
name = "CCTV Policy"
pageRef = "policies/cctv_policy"
weight = 3
# Social links
[[params.social_links]]
name = "mastodon"
url = "https://mastodon.social/@leigh_hackspace"
icon = "fab fa-mastodon"
[[params.social_links]]
name = "twitter"
url = "https://twitter.com/leigh_hackspace"
icon = "fab fa-twitter"
[[params.social_links]]
name = "instagram"
url = "https://www.instagram.com/leighhackspace"
icon = "fab fa-instagram"
[[params.social_links]]
name = "facebook"
url = "https://www.facebook.com/LeighHackspace"
icon = "fab fa-facebook-square"
[[params.social_links]]
name = "slack"
url = "https://join.slack.com/t/leighhack/shared_invite/enQtNDYzMjEyMDMxNDExLTE1MWY5N2IwMzdhMzQ0ZWFiNDkyNzJmMGM1ZmFkODcwMGM5ODFmYmI4MjhmM2JiMWEyY2E3NTRjMTQzMzljZWU"
icon = "fab fa-slack"
[[params.social_links]]
name = "github"
url = "https://github.com/leigh-hackspace"
icon = "fab fa-github-alt"
[[params.social_links]]
name = "discourse"
url = "https://discourse.leighhack.org"
icon = "fab fa-discourse"