blob: c00af36260504e97b633591071128d20e626f1b8 (
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
|
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.right_nav]]
name = "source"
url = "https://codeberg.org/frosty/www"
weight = 10
|