-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhugo.toml
More file actions
43 lines (38 loc) · 781 Bytes
/
hugo.toml
File metadata and controls
43 lines (38 loc) · 781 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
40
41
42
43
baseURL = 'https://dasc-lab.github.io/'
languageCode = 'en-us'
title = 'DASC Lab UMich'
buildFuture = true
[permalinks]
blog = "/:filename/"
[taxonomies]
# person = "people"
# See https://feathericons.com/
# The value of pre is the icon name
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "People"
url = "/people/"
weight = 2
[[menu.main]]
name = "Papers"
url = "/papers/"
weight = 3
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 4
[[menu.main]]
name = "Code"
url = "/code/"
weight = 5
[[menu.main]]
name = "Search"
url = "/search/"
weight = 100
[params]
dateFormat = "Jan 2, 2006"
homeText = "Distributed Autonomous Systems and Control Lab"