-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
48 lines (42 loc) · 1.66 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
baseURL = "https://schulichignite.com/"
languageCode = "en-us"
title = "Schulich Ignite"
summaryLength = 20
relativeURLs = true
[params]
email = "[email protected]"
# status = "closed" # When no recruitment is happening, and mailing list is available
# status = "signup" # When recruitment is happening
status = "live" # When courses are live
emailListSignup = "https://forms.gle/ZJoDAbcTf1M3NBxYA"
mentorSignUp = ""
menteeSignUp = ""
ignitePoints = "https://docs.google.com/spreadsheets/d/1YwXV-09PoVZI0_yPvmnEHCQpg4NaA2JGvyP-xfdyBCM/edit?usp=sharing"
sparkDocs = "https://spark.schulichignite.com/"
submitBugBusters = "https://forms.gle/pXge52uyrJK4R5qaA"
submitPythonicLava = "https://forms.gle/Jmp7JKuGh251E5878"
submitFlare = "https://forms.gle/ZUR8dkqcrJLQCR6P9"
submitScorch = "https://forms.gle/gSY5wERM1CzbejS76"
current_startDate = 2024-10-12T14:15:59-06:00
current_endDate = 2024-12-20T14:15:59-06:00
[params.links]
youtube = "https://www.youtube.com/channel/UC7tNvdbu952HOUl_4nK7iww"
instagram = "https://www.instagram.com/schulichignite"
facebook = "https://www.facebook.com/SchulichIgnite/"
linkedin = "https://linkedin.com/company/schulich-ignite/"
discord = "https://discord.gg/F3Qjqqj"
tiktok = "https://vm.tiktok.com/ZSHPbWU3/"
[markup.goldmark.tableOfContents]
endLevel = 4 # End on H4's
[markup.goldmark.extensions]
footnote = true
[markup.goldmark.renderer]
unsafe= true
[taxonomies]
author = "authors"
tag = "tags"
difficulty = "difficulty"
[sitemap]
changefreq = 'monthly'
filename = 'sitemap.xml'
priority = 0.5