aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 74966c87a459db4da1dd770748bb08531dcf73cb (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
33
34
35
36
37
baseURL = "https://huntm.net/"
title = "Michael Hunteman"
pygmentsUseClasses = true

[menu]
[[menu.header]]
	name = "Home"
	url = "/"
	weight = 1
[[menu.header]]
	name = "Blog"
	url = "/blog/"
	weight = 2
[[menu.header]]
	name = "Projects"
	url = "/projects/"
	weight = 3
[[menu.header]]
	name = "Resume"
	url = "/resume.pdf"
	weight = 4
[[menu.footer]]
	name = "Contact"
	url = "mailto:michael@huntm.net"
	weight = 1
[[menu.footer]]
	name = "Books"
	url = "/books/"
	weight = 2
[[menu.footer]]
	name = "Links"
	url = "/links/"
	weight = 3
[[menu.footer]]
	name = "Donate"
	url = "/donate/"
	weight = 4