-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
53 lines (40 loc) · 1.22 KB
/
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
51
52
53
baseURL = 'https://climbing.uwaterloo.ca/'
languageCode = 'en-us'
title = 'wloocc'
theme = 'paper'
pagination.pagerSize = 4
enableEmoji = true
[params]
color = 'light'
monoDarkIcon = true
instagram = 'wlooclimbingclub'
discord = 'BZzNzNq5Up'
membership_link = 'https://warrior.uwaterloo.ca/membership/GetMembershipSummary?membershipProductId=dc3ed568-3fae-41d2-aa32-e4bc5be6dd85'
name = 'Welcome! 👋'
bio = "We're the University of Waterloo Climbing Club. Below you can find updates on our events and other club activities. We also post regularly on our Discord and Instagram. If you're interested in joining, check out our membership page!"
description = "Welcome to the home of the University of Waterloo's climbing community!"
logo = 'logo.svg'
logo2 = 'climber.svg'
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
identifier = "events"
name = "Events"
url = "/events/"
weight = 3
[[menu.main]]
identifier = 'membership'
name = 'Membership'
url = '/membership/'
weight = 4
[markup.goldmark.renderer]
unsafe = true