-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (43 loc) · 860 Bytes
/
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
baseURL = "https://carlguo.com/"
languageCode = "en-us"
title = "Zifan (Carl) Guo | About & portfolio"
pygmentsUseClasses = true
summaryLength = 10
[params]
Description = "Carl Guo is a Computer Science & Math undergrad at MIT interested in AI safety and performance engineering."
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
[[menu.main]]
name = "Publications"
url = "/publications/"
weight = 1
[[menu.main]]
name = "CV"
url = "/cv/"
weight = 5
# [[menu.main]]
# name = "Micros"
# url = "/micros/"
# weight = 2
# [[menu.main]]
# name = "Errata"
# url = "/errata/"
# weight = 3
# [[menu.main]]
# name = "Cool"
# url = "/cool/"
# weight = 4
# [[menu.main]]
# name = "Posts"
# url = "/posts/"
# weight = 5
[[menu.main]]
name = "Misc"
url = "/misc/"
weight = 6
# [[menu.main]]
# name = "Resume"
# url = "/resume.pdf"
# weight = 7