blob: a48ad5f52712b9d92162795b4f3c088d9f2c2b1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
baseURL = "https://mending.trade/"
title = "frosty's blog"
uglyURLs = true
titleCaseStyle = "none"
disableKinds = ["rss", "section", "sitemap", "taxonomy"]
[permalinks]
blog = "/:year/:month/:day/:contentbasename"
[[menus.main]]
name = "etc"
url = "/etc.html"
weight = 10
[[menus.main]]
name = "about"
url = "/about.html"
weight = 20
|