aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugo.toml
blob: a8dd4d6fea81a1b234db33b10b89e136a00b64e0 (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
baseURL = "https://mending.trade/"
languageCode = "en-us"
title = "frostyfalls"
theme = "polaris"
uglyURLs = true
minifyOutput = true

[permalinks]
blog = "/:2006/:01/:02/:title/"

[params]
subtext = "Lots of ideas, not many implementations."

[params.author]
name = "frosty"

[[menu.left_nav]]
name = "about"
pageref = "/about.html"
weight = 10

[[menu.left_nav]]
name = "now"
pageref = "/now.html"
weight = 20

[[menu.left_nav]]
name = "todo"
pageref = "/todo.html"
weight = 30

[[menu.right_nav]]
name = "source"
url = "https://codeberg.org/frosty/www"
weight = 10