-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
194 lines (175 loc) · 5 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
# Page settings
relativeURLs = true
uglyURLs = false
canonifyURLs = true
disablePathToLower = true
enableInlineShortcodes = true
baseURL = "https://warwick-igem-2021.github.io/"
title = "CREscent"
languageCode = "en-uk"
theme = "wiki-theme"
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = false
[menu]
### Project tab
[[menu.main]]
weight = 1
identifier = "project"
Name = "Project"
URL = "#"
[[menu.main]]
weight = 2
parent = "project"
identifier = "description"
Name = "Description"
URL = "/Description"
[[menu.main]]
weight = 3
parent = "project"
identifier = "planning"
Name = "Planning"
URL = "/Planning"
[[menu.main]]
weight = 4
parent = "project"
identifier = "engineering"
Name = "Engineering"
URL = "/Engineering"
[[menu.main]]
weight = 5
parent = "project"
identifier = "model"
Name = "Model"
URL = "/Model"
[[menu.main]]
weight = 6
parent = "project"
identifier = "implementation"
Name = "Implementation"
URL = "/Implementation"
### Lab tab
[[menu.main]]
weight = 20
identifier = "lab"
Name = "Lab work"
URL = "#"
[[menu.main]]
weight = 21
parent = "lab"
identifier = "experiments"
Name = "Experiments"
URL = "/Experiments"
[[menu.main]]
weight = 22
parent = "lab"
identifier = "lab_book"
Name = "Lab book"
URL = "/Lab_Book"
[[menu.main]]
weight = 23
parent = "lab"
identifier = "parts"
Name = "Parts"
URL = "/Parts"
### Human practices tab
[[menu.main]]
weight = 40
identifier = "human_practices"
Name = "Human practices"
URL = "#"
[[menu.main]]
weight = 41
parent = "human_practices"
identifier = "overview"
Name = "Human practices"
URL = "/Human_Practices"
[[menu.main]]
weight = 42
parent = "human_practices"
identifier = "communication"
Name = "Communication" # Public engagement and education
URL = "/Communication"
### Team tab
[[menu.main]]
weight = 60
identifier = "team"
Name = "Team"
URL = "#"
[[menu.main]]
weight = 61
parent = "team"
identifier = "about"
Name = "Meet the team"
URL = "/Team"
[[menu.main]]
weight = 63
parent = "team"
identifier = "contribution"
Name = "Contributions"
URL = "/Contribution"
[[menu.main]]
weight = 63
parent = "team"
identifier = "attributions"
Name = "Attributions"
URL = "/Attributions"
[[menu.main]]
weight = 64
parent = "team"
identifier = "collaborations"
Name = "Collaborations"
URL = "/Collaborations"
[[menu.main]]
weight = 65
parent = "team"
identifier = "sponsors"
Name = "Sponsors"
URL = "/Sponsors"
### Awards tab
[[menu.main]]
weight = 80
identifier = "judging"
Name = "Judging"
URL = "#"
[[menu.main]]
weight = 81
parent = "judging"
identifier = "awards_list"
Name = "Awards"
URL = "/Awards"
[[menu.main]]
weight = 82
parent = "judging"
identifier = "medal_criteria"
Name = "Medal Criteria"
URL = "/Medal_Critera"
[params]
# Meta
author = "Warwick iGEM team 2021"
description = "The wiki for the Warwick iGEM 2021 team entry"
email = "igem@warwick.ac.uk"
# Navigation section
[params.navigation]
# brand = "CREscent."
brand_img = "/assets/images/logo.png"
# Sidebar section
[params.sidebar]
logo_img = "/assets/images/logo_circle.png"
# Hero section
[params.hero]
title = "CREscent to the moon"
subtitle = "FLUORESCENT DETECTION SYSTEM FOR CRE"
summary = "CREscent is our team's solution to combat CRE/CPE outbreaks in hospitals. It aims to be fast and efficient so that outbreaks can be prevented in advance."
# Footer section
[params.footer]
copyright = '© 2021 - Warwick iGEM CREscent, all rights reserved'
content_license = 'Website content under <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" class="license-image" src="/assets/images/CC_BY_License.png"/></a>'
theme_license = 'Website generator theme under <a rel="license" href="https://opensource.org/licenses/MIT"><img alt="MIT License" class="license-image" src="/assets/images/MIT_logo.svg" /></a>'
twitter_url = "https://twitter.com/warwickigem"
facebook_url = "https://www.facebook.com/WarwickIGEM"
instagram_url = "https://www.instagram.com/igem_warwick"
email_address = "mailto:igem@warwick.ac.uk"
home_url = "https://warwick.ac.uk/"