-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (43 loc) · 905 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
title = "PSICE"
baseurl = "http://www.psice.psu.edu/"
languageCode = "en-us"
theme = "ghostwriter"
pluralizelisttitles = false
canonifyURLs = true
[Params]
intro = true
headline = "Ice and Climate (PSICE)"
twitter="//twitter.com/psice280"
gitlab="http://git.psu.edu/psice"
github="http://github.com/sanandak"
email="[email protected]"
[Permalinks]
post = "/:year/:month/:day/:filename/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "News"
url = "/news/"
weight = 2
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 3
[[menu.main]]
name = "Publications"
url = "/pubs/"
weight = 4
[[menu.main]]
name = "People"
url = "/people/"
weight = 5
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 6
[[menu.main]]
name = "Data"
url = "/data/"
weight = 7