aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 816e3186ae89197243fdc5e3b0a4693c70585144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
baseURL = 'https://mfashby.net/'
languageCode = 'en-gb'
title = 'mfashby.net'
theme = "XMin"

[[menu.main]]
name = "home"
url = ""
weight = 1

[[menu.main]]
name = "about"
url = "about/"
weight = 2

[[menu.main]]
name = "rss"
url = "index.xml"
weight = 3