-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
68 lines (52 loc) · 1.26 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
baseURL = "https://www.sethitow.com/"
languageCode = "en-us"
title = "Seth Itow"
theme = "hermit-v2"
footerHideThemeName = true
[markup.goldmark.renderer]
unsafe= true
[params]
footerHideThemeName = true
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
shareSocial = true
[params.author]
name = "Seth Itow"
[[params.socialLinks]]
name = "github"
url = "https://github.com/sethitow"
[[params.socialLinks]]
name = "linkedin"
url = "https://www.linkedin.com/in/sethitow/"
[[params.socialLinks]]
name = "stackoverflow"
url = "https://stackoverflow.com/users/1927860/seth"
[[params.socialLinks]]
name = "youtube"
url = "https://www.youtube.com/user/Thedingwing"
[[params.socialLinks]]
name = "resume"
url = "/resume"
[menu]
[[menu.main]]
name = "Posts"
url = "posts/"
weight = 10
[[menu.main]]
name = "Photography"
url = "photo/"
weight = 15
# [[menu.main]]
# name = "Tech Blog"
# url = "posts/tech/"
# weight = 10
# [[menu.main]]
# name = "Food Blog"
# url = "posts/food/"
# weight = 20
[[menu.main]]
name = "About / Contact"
url = "about-contact/"
weight = 30