-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
56 lines (48 loc) · 1.15 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
baseURL = "https://vdavez.com/"
footnoteReturnLinkContents = "↩"
enableInlineShortcodes = true
title = "Dave Zvenyach's website"
enableEmoji = true
rssLimit = 10
timeZone = "America/Chicago"
paginate = 20
[build]
writeStats = true
[params]
AuthorName = "V. David Zvenyach"
GitHubUser = "vdavez"
description = "A website created by V. David Zvenyach"
images = ["images/Zvenyach.jpg"]
title = "Dave Zvenyach's website"
[outputs]
home = ["HTML", "RSS", "JSON"]
page = ["HTML", "RSS"]
[permalinks]
posts = "/:year/:month/:slug/"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
mathjax = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[markup.highlight]
codeFences = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "solarized-light"
tabWidth = 4