-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (43 loc) · 1000 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
46
47
48
49
50
51
52
53
54
baseurl = "http://tep.mit.edu"
languageCode = "en-us"
title = "tEp"
theme = "base16"
# buildFuture = true # uncomment on first day of rush to show events
pluralizelisttitles = false
# home page
[[menu.main]]
name="tEp"
url=""
weight=-100 # ensure this is the left-most link
[[menu.main]]
name="rush"
url="rush/"
weight=-99 # second thing
[[menu.main]]
name="the gospel"
url="the-gospel/"
[[menu.main]]
name="tour"
url="tour/"
[[menu.main]]
name="contact/social"
url="contact/"
weight=100 # ensure this is the right-most link
#Other tep sites
[[menu.other_sites]]
name="squidnet"
url="squidnet/"
weight=-100 # extremely important that squidnet be first site
[[menu.other_sites]]
name="ola"
url="ola/"
[[menu.other_sites]]
name="lates"
url="http://lates.mit.edu"
[[menu.other_sites]]
name="t.e.p.s."
url="teps/"
[[menu.other_sites]]
name="internal wiki"
url="http://wiki.mit.edu"
weight=100