-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.toml
More file actions
39 lines (36 loc) · 831 Bytes
/
config.toml
File metadata and controls
39 lines (36 loc) · 831 Bytes
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
baseURL = "https://poisotlab.io/"
languageCode = "en-ca"
preserveTaxonomyNames = true
[params]
title = "the<b>poisot</b>lab"
subtitle = "the computational ecology research group"
email = "timothee.poisot@umontreal.ca"
[markup.goldmark.renderer]
unsafe= true
[menu]
[[menu.main]]
name = "People"
pre = "ri-group-2-line"
url = "/people/"
weight = 1
[[menu.main]]
name = "Values"
pre = "ri-service-line"
url = "/values/"
weight = 2
[[menu.main]]
name = "Papers"
pre = "ri-article-line"
url = "/papers/"
weight = 4
[[menu.main]]
name = "Research"
pre = "ri-question-line"
url = "/research/"
weight = 3
[[menu.main]]
name = "Software"
pre = "ri-code-s-slash-fill"
target = "_blank"
url = "https://github.com/PoisotLab/"
weight = 6