-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
51 lines (43 loc) · 1.04 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
baseURL = 'https://wagslane.dev/'
languageCode = 'en-us'
title = "Lane's Blog"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = []
footnotereturnlinkcontents = "↩"
enableRobotsTXT = true
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
[taxonomies]
tag = "tags"
[permalinks]
note = "/note/:slug/"
post = "/post/:slug/"
[params]
description = "I write about code, business, philosophy, or whatever else is interesting to me"
footer = "© [Lane Wagner](https://wagslane.dev) {Year} | [Github](https://github.com/wagslane) | [Twitter](https://twitter.com/wagslane)"
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[markup.goldmark.renderer]
unsafe = true
[related]
includeNewer = false
threshold = 80
toLower = false
[[related.indices]]
name = 'categories'
weight = 100
[[related.indices]]
name = 'date'
weight = 10