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

[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]

[markup.highlight]
style = "gruvbox"

[markup.tableOfContents]
ordered = true

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

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

[params.author]
name = "frosty"
email = "passedgoandgot200@disroot.org"

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

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

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

[[menu.right_nav]]
name = "source"
url = "https://git.sr.ht/~auroras/www"
weight = 10

[[menu.right_nav]]
name = "todo"
pageref = "/todo.html"
weight = 20