-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
63 lines (49 loc) · 934 Bytes
/
config.toml
File metadata and controls
63 lines (49 loc) · 934 Bytes
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
52
53
54
55
56
57
58
59
60
61
62
63
baseURL = "jordan-hatcher.com"
languageCode = "en-us"
title = "Jordan Hatcher"
theme = "micro"
[menu]
[[menu.main]]
name = "Jordan Hatcher"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[menu.main]]
name = "Projects"
url = "/projects"
weight = 3
[[menu.main]]
name = "Blog"
url = "/blog"
weight = 4
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 5
[params]
[[params.social]]
url = "https://github.com/jordanhatcher"
src = "/img/github.png"
alt = "GitHub"
[[params.social]]
url = "https://twitter.com/jrdhtc"
src = "/img/twitter.svg"
alt = "Twitter"
[[params.social]]
url = "/index.xml"
src = "/img/rss.svg"
alt = "RSS"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "solarized-dark"
tabWidth = 4