-
Notifications
You must be signed in to change notification settings - Fork 49
/
config.toml
198 lines (163 loc) · 4.4 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
baseURL = "https://covid.molssi.org/"
languageCode = "en-us"
title = "COVID-19 Molecular Structure and Therapeutics Hub"
theme = "minimal"
# disqusShortname = "username" # delete this to disable disqus comments
googleAnalytics = "UA-166331808-1"
# Additional custom parameters
# Ignore README files meant for GitHub
ignoreFiles = ["README.md$"]
[params]
author = "MolSSI and BioExcel"
description = "Aggregating critical information to accelerate COVID-19 drug discovery for the molecular modeling and simulation community."
githubUsername = "#"
accent = "red"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "default"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
[[menu.main]]
hasChildren = true
name = "Biology"
weight = 1
[[menu.main]]
parent = "Biology"
url = "/proteins/"
name = "Proteins and Virion"
weight = 1
[[menu.main]]
parent = "Biology"
url = "/targets/"
name = "Target Modalities"
weight = 2
[[menu.main]]
hasChildren = true
name = "Viral/Host Structural Data"
weight = 2
[[menu.main]]
parent = "Viral/Host Structural Data"
url = "/structures"
name = "Structures"
weight = 1
[[menu.main]]
parent = "Viral/Host Structural Data"
url = "/models"
name = "Models"
weight = 2
[[menu.main]]
parent = "Viral/Host Structural Data"
url = "/simulations"
name = "Simulations"
weight = 2
[[menu.main]]
hasChildern = true
url = "/therapeutics"
name = "Therapeutics"
weight = 3
[[menu.main]]
parent = "Therapeutics"
url = "/therapeutics"
name = "All Therapeutics"
weight = 1
[[menu.main]]
parent = "Therapeutics"
url = "/therapeutics#antiviral"
name = "Antivirals"
weight = 2
[[menu.main]]
parent = "Therapeutics"
url = "/therapeutics#small-molecule"
name = "Small Molecules"
weight = 3
[[menu.main]]
parent = "Therapeutics"
url = "/therapeutics#peptide"
name = "Peptides"
weight = 4
[[menu.main]]
parent = "Therapeutics"
url = "/therapeutics#immunotherapy"
name = "Immunotherapies"
weight = 5
[[menu.main]]
parent = "Therapeutics"
url = "/therapeutics#antibody"
name = "Antibodies"
weight = 6
[[menu.main]]
parent = "Therapeutics"
url = "/therapeutics#res_therapeutics"
name = "Drug/Antiviral Databases"
weight = 7
[[menu.main]]
url = "/tools"
name = "Tools"
weight = 8
[[menu.main]]
url = "/dois"
name = "DOIs"
weight = 9
[[menu.main]]
hasChildren = true
name = "Contribution"
weight = 10
[[menu.main]]
parent = "Contribution"
url = "/contributors/"
name = "Contributors"
weight = 1
[[menu.main]]
parent = "Contribution"
url = "/org-contributions"
name = "Contributions by Organization"
weight = 2
[[menu.main]]
parent = "Contribution"
url = "/contributing/"
name = "How to Contribute"
weight = 3
[[menu.main]]
hasChildren = true
name = "About"
weight = 600
[[menu.main]]
parent = "About"
url = "/about/"
name = "About The Hub"
weight = 1
[[menu.main]]
parent = "About"
url = "/links/"
name = "External Resources"
weight = 3
[[menu.main]]
parent = "About"
url = "/glossary/"
name = "Glossary"
weight = 4
# [[menu.main]]
# parent = "About"
# url = "/teams/"
# name = "Teams"
# weight = 3
# Social icons to be shown on the right-hand side of the navigation bar.
# The "name" field should match the name of the icon in Font Awesome.
# The list of available icons can be found at http://fontawesome.io/icons.
[[menu.icon]]
url = "/"
name = "home"
weight = 1
[[menu.icon]]
url = "https://github.com/molssi/covid"
name = "github"
weight = 2
[[menu.icon]]
url = "mailto:info@molssi.org"
name = "envelope-o"
weight = 3
[[menu.icon]]
url = "https://twitter.com/MolSSI_NSF/"
name = "twitter"
weight = 4