aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugo.toml
blob: 2f9e374be58a9471b3a272a149a71fe6e68b226e (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]
posts = "/: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