-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
57 lines (47 loc) · 922 Bytes
/
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
baseURL = "https://kylrth.com/"
languageCode = "en-us"
title = "Kyle Roth"
pagination.pagerSize = 5
enableGitInfo = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true # allow LaTeX display mode
[taxonomies]
tag = "tags"
[params]
defaultAuthor = "Kyle Roth"
rss = true
github = "kylrth"
linkedin = "kyle-roth"
matrix = "@kyle:kylrth.com"
[[menu.main]]
name = "homepage"
url = "/"
weight = 1
[[menu.main]]
name = "posts"
url = "/post/"
weight = 2
[[menu.main]]
name = "paper notes"
url = "/paper/"
weight = 3
[[menu.main]]
name = "book notes"
url = "/book/"
weight = 4
[related]
threshold = 60
includeNewer = true
toLower = false
[[related.indices]]
name = "keywords"
weight = 150
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "date"
weight = 10
pattern = "2017"