-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
62 lines (55 loc) · 1.23 KB
/
hugo.toml
File metadata and controls
62 lines (55 loc) · 1.23 KB
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
baseURL = 'https://stella-project.org/stella-project.github.io/'
languageCode = 'en-us'
title = 'STELLA'
theme = 'blackburn'
paginate = 10
enableInlineShortcodes = true
canonifyurls = true
[indexes]
tag = "tags"
topic = "topics"
[params]
custom_css = ["https://stella-project.org/stella-project.github.io/css/my.css"]
subtitle = "Infrastructures for Living Labs"
dateFormat = "02 Jan 2006"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
# Shown in the side menu.
[[menu.main]]
name = "Home"
weight = 1
identifier = "main"
url = "/home/"
[[menu.main]]
name = "Blog"
weight = 2
identifier = "home"
url = "/"
[[menu.main]]
name = "Code"
weight = 3
identifier = "code"
url = "/code/"
[[menu.main]]
name = "Documentation"
weight = 4
identifier = "documentation"
url = "https://stella-project.org/stella-documentation/"
[[menu.main]]
name = "People"
weight = 5
identifier = "people"
url = "/people/"
[[menu.main]]
name = "Publications"
weight = 6
identifier = "publications"
url = "/publications/"
[[menu.main]]
name = "About"
weight = 7
identifier = "about"
url = "/about"