blob: 37d5fcbdce633ecfd91ec40a9f5881507269f849 (
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
|
baseURL = "https://mending.trade/"
languageCode = "en-us"
title = "frostyfalls"
theme = "orca"
uglyURLs = true
[params]
mainSections = ["blog", "music"]
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
[[menus.main]]
name = "home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "now"
pageRef = "/now.html"
weight = 20
[[menus.main]]
name = "uses"
pageRef = "/uses.html"
weight = 50
|