-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
85 lines (73 loc) · 1.49 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
baseURL = "https://www.sg.ethz.ch/"
languageCode = "en-us"
title = "Chair of Systems Design"
theme = "eth-hugo"
relativeURLS = false
canonifyurls = true
pluralizelisttitles = "false"
[taxonomies]
research = "research"
event = "events"
teaching = "teaching"
[params]
unitName = "Chair of Systems Design"
unitCode = "SG"
departmentCode = "D-MTEC"
departmentURL = "https://mtec.ethz.ch/"
maxFeaturedPosts = 9
maxPinnedPosts = 3
pubsInProfile = 15
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Publications"
url = "/publications/"
weight = 2
[[menu.main]]
name = "Team"
url = "/team-complete/"
weight = 3
[[menu.main]]
name = "Research"
url = "/research/"
weight = 5
[[menu.main]]
name = "Teaching"
url = "/teaching/"
weight = 6
[[menu.main]]
name = "Theses"
url = "/theses/"
weight = 7
[[menu.main]]
name = "Events"
url = "/events/"
weight = 8
[[menu.main]]
name = "News"
url = "/news/"
weight = 8
[[menu.main]]
name = "About Us"
url = "/about/"
weight = 10
pygmentsUseClasses = false
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "dracula"
tabWidth = 4
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true