-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
41 lines (38 loc) · 896 Bytes
/
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
baseURL = "https://emad-combine-lab.github.io"
languageCode = "en-us"
title = "Emad's COMBINE Lab"
theme = "combine"
[params]
# recruiting = '/news/recruiting/'
password = 'randomwalk'
[menu]
[[menu.main]]
identifier = 'home'
name = 'Home'
pre = "<i class='bi bi-house-fill'></i>"
url = '/'
weight = -110
[[menu.main]]
identifier = 'members'
name = 'Lab Members'
pre = "<i class='bi bi-people-fill'></i>"
url = '/members/'
weight = -100
[[menu.main]]
identifier = 'software'
name = 'Software'
pre = "<i class='bi bi-code-slash'></i>"
url = '/software/'
weight = -90
[[menu.main]]
identifier = 'publications'
name = 'Publications'
pre = "<i class='bi bi-file-earmark-text-fill'></i>"
url = '/publications/'
weight = -80
[[menu.main]]
identifier = 'news'
name = 'News'
pre = "<i class='bi bi-megaphone-fill'></i>"
url = '/news/'
weight = -70