aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 1162240ca263f4159521d6f768dd8f7648a20b48 (plain)
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
baseURL = "https://huntm.net/"
title = "Michael Hunteman"
pygmentsUseClasses = true

[markup.goldmark.renderer]
unsafe = true

[menu]
[[menu.nav]]
	name = "Home"
	url = "/"
	weight = 1
[[menu.nav]]
	name = "Blog"
	url = "/blog/"
	weight = 2
[[menu.nav]]
	name = "Projects"
	url = "https://git.huntm.net"
	weight = 3
[[menu.nav]]
	name = "Books"
	url = "/books/"
	weight = 4
[[menu.nav]]
	name = "Contact"
	url = "/contact/"
	weight = 5
[[menu.nav]]
	name = "Donate"
	url = "https://donate.huntm.net"
	weight = 6