-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.toml
115 lines (94 loc) · 2.26 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
publishdir = "public"
static = "/static"
builddrafts = false
# Replace this with your website URL
baseurl = "https://ScalableTrustworthyAI.github.io"
canonifyurls = true
title = "Scalable Trustworthy AI"
math = true
copyright = "© Seong Joon Oh, 2024"
[taxonomies]
category = "categories"
tag = "tags"
[params]
# author = "Seong Joon Oh"
email = "[email protected]"
address = "Maria-von-Linden-Straße 6, 72076 Tübingen, Germany"
slogan = "Scalable Trustworthy AI"
slogan_text = "Creating scalable and trustworthy AI with human guidance"
[params.logo]
image = "img/stai_logo.png"
link = "img/stai_logo.png"
[params.publications_selected]
detailed_list = true
title = "Selected Publications"
subtitle = ""
[params.publications]
count = 100
detailed_list = true
title = "Publications"
subtitle = ""
str_all = "More Publications"
[params.openings]
count = 10
detailed_list = true
title = "Openings"
subtitle = ""
str_all = "More Openings"
[params.courses]
count = 10
detailed_list = true
title = "Courses"
subtitle = ""
str_all = "More Courses"
# for newlines in tables
[markup.goldmark.renderer]
unsafe = true
# Section will only be displayed if there are posts in `content/post/`.
[params.posts]
count = 2
title = "Blog"
subtitle = ""
str_all = "More Posts"
str_read_more = "Read more"
[params.contact]
enable = true
title = "Contact"
subtitle = ""
autolink = false # Automatically link email and phone?
[[menu.main]]
name = "Home"
url = "/#top"
weight = 1
[[menu.main]]
name = "Overview"
url = "/#overview"
weight = 2
[[menu.main]]
name = "Members"
url = "/#members"
weight = 3
[[menu.main]]
name = "Alumni"
url = "/#alumni"
weight = 4
[[menu.main]]
name = "Publications"
url = "/#publications"
weight = 5
# [[menu.main]]
# name = "Blog"
# url = "/#posts"
# weight = 5
[[menu.main]]
name = "Courses"
url = "/#courses"
weight = 6
[[menu.main]]
name = "Openings"
url = "/#openings"
weight = 7
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 8