forked from davidjrichardson/warwickspeedrun
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
42 lines (33 loc) · 1.02 KB
/
config.toml
File metadata and controls
42 lines (33 loc) · 1.02 KB
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
# The URL the site will be built for
base_url = "https://warwickspeed.run"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
minify_html = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
ignored_content = [
"**/README.md"
]
[markdown]
render_emoji = true
external_links_target_blank = true
[slugify]
paths_keep_dates = true
[extra]
event_year = "2026" # e.g. "2022" or "Summer 2021"
event_start_date = "14th Feb 2026"
subs_close_date = "31st Jan"
sub_close_time = "2026-01-31T23:59:00Z"
schedule_release_date="2nd Feb"
countdown_time = "2026-02-14T10:00:00Z"
end_time = "2026-02-15T21:00:00Z"
event_date_range = "14-15th Feb"
signup_link = "https://oengus.fun/WASD2026"
money_raised = "£10,000"
campus_location = "SU Atrium"
campus_location_url = "https://link.mazemap.com/BF97vtlk"
website_point_of_contact = "Raven"
website_point_link = "https://github.com/raven0034"
show_schedule = true
[extra.theme]
primary = "#FDCB03"