summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 087049d90352f5cd368fc2cc66062afd04040e6e (plain) (blame)
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
baseURL = "http://new.tozt.net/"
languageCode = "en-us"
title = "Jesse Luehrs"
theme = "tozt"

newContentEditor = "vim"

enableGitInfo = true

[blackfriday]
taskLists = false
smartypants = false
fractions = false
smartDashes = false

[menu]

[[menu.main]]
name = "about"
url = "/"
weight = 1

[[menu.main]]
name = "work"
url = "/work/"
weight = 2

[[menu.main]]
name = "projects"
url = "/projects/"
weight = 3

[[menu.main]]
name = "internet"
url = "/internet/"
weight = 4

[[menu.main]]
name = "talks"
url = "/talks/"
weight = 5

[[menu.main]]
name = "contact"
url = "/contact/"
weight = 6

[[menu.main]]
name = "blog"
url = "/blog/"
weight = 7