-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
49 lines (41 loc) · 1009 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
# baseURL = "http://rootstalk-2019summer.s3-website-us-east-1.amazonaws.com/"
baseURL = "https://rootstalk-static.grinnell.edu/"
languageCode = "en-us"
title = "Rootstalk"
theme = "rootstalkzen"
currentIssue = "volume-v-issue-1"
[menu]
[[menu.main]]
identifier = "volume-v-issue-1"
name = "Current Issue"
title = "Volume V, Issue 1"
url = "/volume-v-issue-1/"
weight = "1"
[[menu.main]]
identifier = "past-issues"
name = "Past Issues"
url = "/past-issues/"
weight = "2"
[[menu.main]]
identifier = "about"
name = "About us"
url = "/about/"
weight = "4"
[[menu.main]]
identifier = "topics"
name = "Topics"
url = "/tags/"
weight = "3"
[[menu.main]]
identifier = "submit"
name = "Submissions"
url = "/submit/"
weight = "5"
[params]
# sidebar = false
jquery = true
newnav = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true