forked from ericmurphyxyz/ericmurphy.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
63 lines (49 loc) · 1015 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
55
56
57
58
59
60
61
62
63
baseURL = "https://ericmurphy.xyz/"
title = "Eric Murphy"
[permalinks]
post = "/blog/:slug"
[menu]
[[menu.main]]
name = "Blog"
url = "/blog"
weight = 10
[[menu.main]]
name = "Videos"
url = "/videos"
weight = 20
[[menu.main]]
name = "Uses"
url = "/uses"
weight = 30
[[menu.main]]
name = "Links"
url = "/links"
weight = 40
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 50
[[menu.main]]
name = "Donate"
url = "/donate"
weight = 60
[[menu.social]]
name = "GitHub"
pre = "github"
url = "https://github.com/ericmurphyxyz"
weight = 10
[[menu.social]]
name = "YouTube"
pre = "youtube"
url = "https://youtube.com/@ericmurphyxyz"
weight = 20
[[menu.social]]
name = "RSS Feed"
pre = "rss"
url = "/index.xml"
weight = 30
[markup]
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.highlight]
style = 'catppuccin-macchiato'