-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (37 loc) · 833 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
theme = "rebugo"
baseURL = "https://blog.reb.gg/"
languageCode = "en-us"
title = "rob's blog"
copyright = "Rob Herley"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 2
[params]
favicon = "images/logo.png"
readmeRepo = "robherley/robherley"
[[params.social]]
name = "github"
link = "https://github.com/robherley"
[[params.social]]
name = "x"
link = "https://x.com/robherley"
[[params.social]]
name = "instagram"
link = "https://instagram.com/robherley"
[[params.social]]
name = "linkedin"
link = "https://www.linkedin.com/in/robherley/"
[markup]
[markup.highlight]
style = 'catppuccin-frappe'
tabWidth = 4
[markup.goldmark]
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[outputs]
home = ["HTML", "JSON"]