forked from unswcpmsoc/main-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
45 lines (35 loc) · 749 Bytes
/
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
baseURL = "https://unswcpmsoc.com/"
languageCode = "en-us"
title = "UNSW Competitive Programming and Mathematics Society"
theme = "cpmsoc"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
# Main menu dropdown items
[[menu.main]]
identifier = "resources"
name = "Resources"
weight = 2
[[menu.main]]
identifier = "events"
name = "Events"
weight = 3
[[menu.main]]
identifier = "aboutus"
name = "About Us"
weight = 4
# Add blogs to resources
[[menu.main]]
identifier = "blog"
name = "Blog"
parent = "resources"
url = "https://blog.unswcpmsoc.com/"
weight = 4
# Add workshops again to events
# [[menu.main]]
# identifier = "workshops"
# name = "Past Workshops"
# parent = "events"
# url = "/workshops/"