aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: a4ebd498a3b144387f05b4068ee16ec618bb530c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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