-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
50 lines (41 loc) · 863 Bytes
/
hugo.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
baseURL = 'https://leicesterhackspace.org.uk'
languageCode = 'en-GB'
title = 'Leicester Hackspace'
theme = 'hackspace-theme'
[params]
siteImage = "/img/hackspace-logo-inverted.svg"
siteFavIcon = "/img/hackspace-logo.svg"
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main.params]]
icon = 'img/hackspace-logo-inverted.svg'
[[menus.main]]
name = 'About'
pageRef = '/about.html'
weight = 20
[[menus.main]]
name = 'Contacts'
pageRef = '/contacts.html'
weight = 30
[[menus.main]]
name = 'News'
pageRef = '/news.html'
weight = 40
[[menus.main]]
name = 'Membership'
pageRef = '/membership.html'
weight = 50
[[menus.main]]
name = 'Wiki'
url = "http://wiki4.leicesterhackspace.org.uk"
weight = 60
[[menus.main]]
name = 'Diary'
pageRef = '/diary.html'
weight = 70
[privacy]
[privacy.youtube]
disable = false
privacyEnhanced = true