summaryrefslogtreecommitdiff
path: root/config.toml
blob: 741b120e76bf534412e6801574d851b57ee2aa24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
baseURL = 'http://marx.cafe/'
languageCode = 'en-us'
title = 'Marx Cafe'
theme = 'hugo-book'

[params]
    BookTheme = 'auto'
    BookSection = '*'

[menu]
[[menu.after]]
    name = "Source Code"
    url = "https://git.marx.cafe/site/"
    weight = 10