-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
174 lines (156 loc) · 3.62 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
baseURL = "https://chasesawyer.dev/"
languageCode = "en-us"
title = "Chase Sawyer"
theme = "beautifulhugo"
# pygmentsUseClasses = true
#disqusShortname = "XXX"
googleAnalytics = "UA-119999962-1"
enableEmoji = true
[markup]
defaultMarkdownHandler = "goldmark"
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents = ""
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[permalinks]
post = "/post/:year/:month/:title/"
[Params]
logo = "img/logo-plain.svg"
profileImg = "img/profile.jpg"
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
readingTime = true
socialShare = true
[Author]
name = "Chase Sawyer"
website = "https://chasesawyer.dev"
email = "[email protected]"
# facebook = "username"
# googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
github = "shadowimmage"
freecodecamp = "shadowimmage"
# gitlab = "username"
# bitbucket = "username"
# twitter = "username"
# reddit = "username"
linkedin = "chase-sawyer"
# xing = "username"
# stackoverflow = "users/XXXXXXX/username"
# snapchat = "username"
# instagram = "username"
# youtube = "user/username" # or channel/channelname
# soundcloud = "usern/ame"
# spotify = "username"
# bandcamp = "username"
# itchio = "username"
# vk = "username"
# paypal = "username"
# telegram = "username"
keybase = "shadowimmage"
[outputs]
home = ["HTML", "RSS", "JSON"]
[[menu.main]]
name = "Blog"
identifier = "blog"
weight = 1
url = "post/"
[[menu.main]]
parent = "blog"
name = "All Posts"
url = "post/"
weight = 99
[[menu.main]]
parent = "blog"
name = "Tags"
url = "tags"
weight = 2
[[menu.main]]
parent = "blog"
name = "Search"
url = "search"
weight = 3
[[menu.main]]
identifier = "projects"
name = "Projects"
weight = 2
url = "tags/project/"
[[menu.main]]
parent = "projects"
name = "R25 Slack Bot"
url = "project/slackr25bot"
weight = 1
# [[menu.main]]
# parent = "projects"
# name = "Access Control (UW)"
# url = "project/accesscontrolproject"
# weight = 2
[[menu.main]]
parent = "projects"
name = "Keys App"
url = "project/keysapp"
weight = 3
[[menu.main]]
parent = "projects"
name = "RTT App"
url = "project/rttapp"
weight = 4
[[menu.main]]
parent = "projects"
name = "Dust Collector CAD (UW)"
url = "project/dustcollector"
weight = 50
[[menu.main]]
parent = "projects"
name = "All Projects"
url = "tags/project/"
weight = 99
[[menu.main]]
name = "Samples"
url = "tags/sample/"
weight = 3
[[menu.main]]
name = "About / CV"
url = "page/about/"
weight = 4