-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
72 lines (62 loc) · 1.34 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
baseURL = 'https://async.fi/'
languageCode = 'en-us'
relativeURLs = true
title = 'async.fi'
copyright = 'Joni Kähärä'
theme = 'smol'
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = 'solarized-dark'
tabWidth = 4
# Parameters
[params]
subtitle = ""
dateFmt = "2006-01-02"
# Header
[menu]
[[menu.main]]
identifier = "posts"
name = "posts"
url = "/posts/"
weight = 1
# [[menu.main]]
# identifier = "categories"
# name = "categories"
# url = "/categories/"
# weight = 2
[[menu.main]]
identifier = "tags"
name = "tags"
url = "/tags/"
weight = 3
# [[menu.main]]
# identifier = "pages"
# name = "pages"
# url = "/pages/"
# weight = 4
# Footer
[[menu.footer]]
name = "cv"
url = "/pages/cv"
weight = 1
[[menu.footer]]
name = "github"
url = "https://github.com/kahara"
weight = 2
[[menu.footer]]
name = "gitlab"
url = "https://gitlab.com/kahara"
weight = 3
[[menu.footer]]
name = "old stuff"
url = "https://past.async.fi"
weight = 5