-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (38 loc) · 921 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
baseURL = 'https://byte.howardhu.me/'
languageCode = 'en-us'
title = 'Byte Matters | Howard Hu'
theme = "smol"
# Parameters
[params]
subtitle = "Tech blog exploring coding, networks, systems, and more"
dateFmt = "2006-01-02"
# Header
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 2
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 3
# Footer
[[menu.footer]]
name = "Github"
url = "https://github.com/howdhu"
weight = 1
[[menu.footer]]
name = "Mastodon"
url = "https://mastodon.social/@howardhu"
weight = 2
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true