Moving from nginx to Caddy
[web-hugo.git] / config.toml
1 baseURL = 'https://based.quest/'
2 languageCode = 'en-us'
3 title = 'based.quest'
4
5 theme = 'bquest'
6
7 [params]
8 author = 'Cernodile'
9 donate = 'https://cernodile.com/donate.php'
10 matrix = '#based-quest:cernodile.com'
11 indexposts = 5
12 description = 'A very based website. A quest on its own. Hosting and curated privacy-oriented based projects by a sysadmin prick.'
13
14 [permalinks]
15 posts = '/:filename'
16 guest = '/community/:filename'