forked from MolSSI/covid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
129 lines (106 loc) · 2.82 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
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 = ""
# Additional custom parameters
# Ignore README files meant for GitHub
ignoreFiles = ["README.md$"]
[params]
author = "MolSSI and BioExcel"
description = "Aggregating critical information to accelerate 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]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/targets"
name = "Targets"
weight = 2
[[menu.main]]
url = "/proteins/"
name = "Proteins"
weight = 3
[[menu.main]]
url = "/structures"
name = "Structures"
weight = 4
[[menu.main]]
url = "/simulations/"
name = "Simulations"
weight = 8
[[menu.main]]
url = "/models"
name = "Models"
weight = 6
[[menu.main]]
url = "/therapeutics"
name = "Therapeutics"
weight = 7
[[menu.main]]
hasChildren = true
name = "Contributions"
weight = 9
[[menu.main]]
parent = "Contributions"
url = "/contributing/"
name = "Contributing"
weight = 1
[[menu.main]]
parent = "Contributions"
url = "/contributors/"
name = "Contributors"
weight = 2
[[menu.main]]
hasChildren = true
name = "About & Links"
weight = 600
[[menu.main]]
parent = "About & Links"
url = "/about/"
name = "About the Hub"
weight = 1
[[menu.main]]
parent = "About & Links"
url = "/collaborating/"
name = "Collaborating"
weight = 2
[[menu.main]]
parent = "About & Links"
url = "/links/"
name = "External Resources"
weight = 3
[[menu.main]]
parent = "About & Links"
url = "/glossary/"
name = "Glossary"
weight = 800
# [[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 = "https://github.com/molssi/covid"
name = "github"
weight = 1
[[menu.icon]]
url = "mailto:[email protected]"
name = "envelope-o"
weight = 2
[[menu.icon]]
url = "https://twitter.com/MolSSI_NSF/"
name = "twitter"
weight = 3