-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
53 lines (45 loc) · 993 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
baseURL = "https://angeliu.com/"
title = "Angela Liu"
theme = "etch"
languageCode = "en-US"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
enableEmoji = true
[params]
description = "Angela Liu | Data Engineer"
copyright = "Copyright © 2024 Angela Liu"
dark = "off"
highlight = true
[menu]
[[menu.main]]
identifier = "projects"
name = "projects"
title = "projects"
url = "/projects/"
weight = 10
[[menu.main]]
identifier = "about"
name = "about"
title = "about"
url = "/about/"
weight = 30
[[menu.main]]
identifier = "resume"
name = "resume"
title = "resume"
url = "/resume/"
weight = 20
[[menu.main]]
identifier = "github"
name = "github"
title = "github"
url = "https://github.com/liuange"
weight = 40
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allow HTML in Markdown
unsafe = true
[markup.tableOfContents]
ordered = true