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

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

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

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