-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
119 lines (105 loc) · 2.47 KB
/
config.toml
File metadata and controls
119 lines (105 loc) · 2.47 KB
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
baseURL = "https://vdavez.com/"
footnoteReturnLinkContents = "↩"
enableInlineShortcodes = true
title = "Dave Zvenyach's website"
theme = "PaperMod"
enableEmoji = true
rssLimit = 20
timeZone = "America/Chicago"
enableRobotsTXT = true
enableGitInfo = true
[pagination]
pagerSize = 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"
# SEO enhancements
keywords = ["law", "technology", "government", "procurement", "writing"]
author = "V. David Zvenyach"
# Social metadata
linkedin = "vdavez"
# Performance settings
env = "production"
[outputs]
home = ["HTML", "RSS", "JSON"]
page = ["HTML", "RSS"]
section = ["HTML", "RSS"]
[permalinks]
posts = "/:year/:month/:slug/"
[sitemap]
changefreq = 'monthly'
filename = 'sitemap.xml'
priority = 0.5
[markup]
[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
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
style = "github"
tabWidth = 4
[minify]
disableCSS = false
disableHTML = false
disableJS = false
disableJSON = false
disableSVG = false
disableXML = false
minifyOutput = true
[minify.tdewolff]
[minify.tdewolff.css]
keepCSS2 = true
precision = 0
[minify.tdewolff.html]
keepDefaultAttrVals = true
keepDocumentTags = true
keepEndTags = true
keepQuotes = false
keepWhitespace = false
[minify.tdewolff.js]
keepVarNames = false
precision = 0
[minify.tdewolff.json]
precision = 0
[minify.tdewolff.svg]
precision = 0
[minify.tdewolff.xml]
keepWhitespace = false
[caches]
[caches.getjson]
dir = ":cacheDir/:project"
maxAge = "10m"
[caches.getcsv]
dir = ":cacheDir/:project"
maxAge = "10m"
[caches.images]
dir = ":resourceDir/_gen"
maxAge = "720h"
[caches.assets]
dir = ":resourceDir/_gen"
maxAge = "720h"