blob: 571ab1fffa72df40df42c57e74ae18448db39038 (
plain)
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
|
baseURL = "https://mending.trade/"
languageCode = "en-us"
title = "frostyfalls"
theme = "orca"
uglyURLs = true
[params]
mainSections = ["blog", "music"]
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
[[menus.main]]
name = "home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "now"
pageRef = "/now.html"
weight = 20
[[menus.main]]
name = "blog"
pageRef = "/blog.html"
weight = 30
[[menus.main]]
name = "music"
pageRef = "/music/"
weight = 40
[[menus.main]]
name = "uses"
pageRef = "/uses.html"
weight = 50
[[menus.right_main]]
name = "source"
url = "https://git.mending.trade/www/"
weight = 10
[[menus.right_main]]
name = "todo"
url = "/todo.html"
weight = 20
|