aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 1da44c05defa45aed177377a2cddd9c0b27e1910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
baseURL = "https://vericert.ymhg.org"
languageCode = "en-uk"
title = "Vericert"
copyright = "© 2020-2021 Yann Herklotz"
theme = "book"
enableGitInfo = true
pygmentsUseClasses = true

[markup.goldmark.renderer]
  unsafe = true

[markup.tableOfContents]
  startLevel = 1

[menu]

[[menu.after]]
  name = "Manual"
  url = "/manual"
  weight = 5

[[menu.after]]
  name = "Development"
  url = "https://sr.ht/~ymherklotz/vericert"
  weight = 10

[params]
  BookTheme = "auto"
  BookSection = "/"
  BookRepo = "https://github.com/ymherklotz/vericert"
  BookSearch = true

[permalinks]
  blog = '/:year/:month/:title/'