-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
100 lines (81 loc) · 2.12 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
baseURL = "http://www.mathcs.emory.edu/site/scicomp/"
languageCode = "en-us"
title = "Emory Scientific Computing Group"
theme = "minimal"
disablePathToLower=true
#disqusShortname = "username" # delete this to disable disqus comments
[params]
author = "Emory Scientific Computing"
description = "Emory University Scientific Computing Group"
# githubUsername = "#"
accent = "#002878"
showBorder = true
backgroundColor = "white"
font = "Roboto" # should match the name on Google Fonts!
highlight = true
highlightStyle = "solarized-dark"
# highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
copyright = "© All rights reserved."
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/research/"
name = "Research"
weight = 2
[[menu.main]]
url = "/software/"
name = "Software"
weight = 3
[[menu.main]]
url = "/undergrad/"
name = "Undergraduate"
weight = 4
[[menu.main]]
url = "http://www.math.emory.edu/site/cmds-reuret/"
name = "REU/RET"
weight = 5
[[menu.main]]
url = "/grad/"
name = "Graduate"
weight = 6
[[menu.main]]
url = "/teaching/"
name = "Teaching"
weight = 7
[[menu.main]]
url = "/schedule/"
name = "Seminar"
weight = 8
[[menu.main]]
url = "/jobs/"
name = "Jobs"
weight = 9
[[menu.main]]
url = "/people/"
name = "People"
weight = 10
# Social icons to be shown on the right-hand side of the navigation bar
# The "name" field should match the name of the icon to be used
# The list of available icons can be found at http://fontawesome.io/icons/
#[[menu.icon]]
# url = "mailto:[email protected]"
# name = "envelope-o"
# weight = 1
[[menu.icon]]
url = "https://github.com/lruthotto/EmorySciComp"
name = "github"
weight = 2
#[[menu.icon]]
# url = "https://twitter.com/username/"
# name = "twitter"
# weight = 3
#[[menu.icon]]
# url = "https://www.linkedin.com/in/username/"
# name = "linkedin"
# weight = 4
#[[menu.icon]]
# url = "https://www.stackoverflow.com/username/"
# name = "stack-overflow"
# weight = 5