-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
46 lines (38 loc) · 1.09 KB
/
config.toml
File metadata and controls
46 lines (38 loc) · 1.09 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
43
44
45
46
baseURL = "https://codejam2020.netlify.app/"
languageCode = "en-us"
title = "McGill CodeJam 2020"
themesDir = "themes"
theme = "hugo-hero-theme"
[params]
google_analytics_id=""
[params.homepage_meta_tags]
meta_description = "Welcome to the 10th annual hackathon run by the McGill Electrical, Computer, and Software Student Society (ECSESS)."
meta_og_title = "McGill CodeJam 2020"
meta_og_type = "website"
meta_og_url = ""
meta_og_image = ""
meta_og_description = "Welcome to the 10th annual hackathon run by the McGill Electrical, Computer, and Software Student Society (ECSESS)."
meta_twitter_card = "summary"
meta_twitter_site = ""
meta_twitter_creator = ""
[[menu.main]]
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
name = "FAQs"
url = "/services/"
weight = 2
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 3
[[menu.main]]
name = "Sponsor Us"
url = "/services/sponsoring/"
weight = 4
[permalinks]
post = "/:year/:month/:day/:slug/"
pages = "/:filename/"
[markup.goldmark.renderer]
unsafe = true