-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
88 lines (74 loc) · 1.58 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
baseURL = "/"
defaultContentLanguage = "en"
enableEmoji = true
languageCode = "en-us"
title = "Robo Kiwi"
disqusShortname = "robokiwi"
pluralizeListTitles = false
disableAliases = false
enableGitInfo = true
paginate = 20
[outputs]
home = [ "HTML", "RSS"]
section = [ "HTML", "RSS"]
page = ["HTML"]
[related]
threshold = 80
includeNewer = true
toLower = false
[[related.indices]]
name = "keywords"
weight = 100
[[related.indices]]
name = "date"
weight = 10
pattern = "2006"
[permalinks]
posts = '/:year/:month/:day/:title/'
[social]
twitter = "whup"
[params]
flex_box_interior_classes = "flex-auto w-100 w-40-l mr3 mb3 bg-white ba b--moon-gray nested-copy-line-height"
enableComments = false
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = false
noClasses = false
style = "solarized-light"
tabWidth = 4
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.global]]
name = "Blog"
weight = 1
identifier = "blog"
url = "/blog/"
[[menu.global]]
name = "Wiki"
weight = 5
identifier = "wiki"
url = "/wiki/"
[[menu.external]]
name = "GitHub"
weight = 200
icon = true
identifier = "github"
post = "external"
url = "https://github.com/davidmoore/"
[frontmatter]
date = ['date', 'publishDate', 'lastmod', ':git']
expiryDate = ['expiryDate']
lastmod = [':git', 'lastmod', 'date', 'publishDate']
publishDate = ['publishDate', 'date']
[module]
[[module.mounts]]
source = 'src/css'
target = 'assets/css'