aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugo.toml
blob: 18a45ca1701becb5f0ac1ed5bf8bb0a319899f58 (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
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.right_nav]]
name = "source"
url = "https://github.com/frostyfalls/frostyfalls.github.io"
weight = 10