summaryrefslogtreecommitdiff
path: root/config.toml
blob: f55ae335ef4a5529e518af095b3b9b906d96d983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
baseURL = 'http://marx.cafe/'
languageCode = 'en-us'
title = 'Marx Cafe'
theme = 'hugo-book'
copyright = 'Creative Commons Attribution-ShareAlike License 2.0'

[markup]
  [markup.tableOfContents]
    endLevel = 4
    startLevel = 2

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

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