-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
85 lines (66 loc) · 1.16 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
baseURL = 'http://willschenk.com/'
languageCode = 'en-us'
title = 'Will Schenk'
theme = 'utopia'
[markup.highlight]
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "tango"
[markup.goldmark.renderer]
unsafe = true
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
[[menus.main]]
name = 'Will Schenk'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'About'
pageRef = '/about'
weight = 15
[[menus.main]]
name = 'Articles'
parent = 'About'
class = 'hidden'
pageRef = '/articles'
weight = 20
[[menus.main]]
name = 'Howto'
parent = 'About'
pageRef = '/howto'
weight = 30
[[menus.main]]
name = 'Labnotes'
parent = 'About'
pageRef = '/Labnotes'
weight = 50
[[menus.main]]
name = 'Fragments'
parent = 'About'
pageRef = '/fragments'
weight = 60
[[menus.main]]
name = 'Tags'
parent = 'About'
pageRef = '/tags'
weight = 70
[[menus.main]]
name = 'Search'
parent = 'About'
weight = 80
url = '#'
[[menus.footer]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.footer]]
name = 'Github'
url = 'https://github.com/wschenk'
weight = 20
[[menus.footer]]
name = 'Mastodon'
url = 'https://floss.social/@wschenk'
weight = 30