-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (46 loc) · 1.3 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
baseURL = "https://heds-lab.com/"
defaultContentLanguage = "en"
languageCode = "en"
title = "Human-centered Educational Data Science Lab"
theme = "gokarna"
# Automatically generate robots.txt
enableRobotsTXT = true
[params]
footer = "HEDS Lab"
avatarURL = "/images/HEDS-logo-simple.svg"
customHeadHTML = '''
<link rel="stylesheet" href="/css/custom.css">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
'''
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "research"
name = "Research"
url = "/research/"
weight = 2
[[menu.main]]
identifier = "people"
name = "People"
url = "/people/"
weight = 3
[[menu.main]]
identifier = "publications"
name = "Publications"
url = "/publications/"
weight = 4
# [[menu.main]]
# identifier = "contact"
# name = "Get in touch"
# url = "/contact/"
# weight = 5
# We use feather-icons: https://feathericons.com/
# pre = "<span data-feather='github'></span>"