summaryrefslogtreecommitdiff
path: root/config.toml
blob: e8270c5c25741316ac6eb7f43e37f5435a71c44e (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 4.0 International (CC BY-SA 4.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