-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
82 lines (70 loc) · 1.9 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
baseURL = "https://badger-invitational.hamiltonwestscio.com"
languageCode = "en-us"
title = "Badger Invitational"
theme = "cayman-hugo-theme"
[Params]
header_title_color = "#FFCC66"
header_heading_color = "#CBCCC6"
header_details_color = "#F07178"
header_background_color = "#000"
header_background_color_secondary = "#8A919959"
header_background_color_tertiary = "#F24236"
overall-bg-color = "#FAFAFA"
section_headings_color = "#FF9940"
body_text_color = "#575F66"
body_link_color = "#55B4D4"
[menu]
[[menu.nav]]
name = "Home"
pre = "home"
url = "/"
weight = 1
[[menu.nav]]
name = "Event Instructions"
pre = "info"
url = "https://docs.google.com/document/d/1Ry6bYrCA5XgQ0n5WHeMRivFZjGSGkKDfHoCbcb07Vrg/view"
weight = 2
[[menu.nav]]
name = "Scilympiad"
pre = "external-link"
url = "https://scilympiad.com/wi-badger"
weight = 2
[[menu.nav]]
name = "Results"
pre = "award"
url = ""
weight = 3
[[menu.nav]]
identifier = "Division B Results"
name = "B"
parent = "Results"
url = "https://app.avogadro.ws/wisconsin/badger-invitational-b/"
weight = 1
[[menu.nav]]
identifier = "Division C Results"
name = "C"
parent = "Results"
url = "https://app.avogadro.ws/wisconsin/badger-invitational-c/"
weight = 2
[[menu.nav]]
name = "Register"
pre = "check-square"
url = "/register/"
weight = 5
[[menu.nav]]
name = "Teams & Schedule"
pre = "list"
url = "https://docs.google.com/spreadsheets/d/1Pb5mzA69tZdj4wsLTojCrKfPuuK3e0BijD5boORwwVU/view"
weight = 6
[[menu.nav]]
name = "Contact"
pre = "at-sign"
url = "/contact/"
weight = 7
[[menu.nav]]
name = "Troubleshooting"
pre = "activity"
url = "https://docs.google.com/forms/d/e/1FAIpQLSei8IZ2hT-w0reaThg7mMQWzBUPtP22gyAYmDULkEG3UQrHRA/viewform"
weight = 8
[markup.goldmark.renderer]
unsafe = true