aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 7b38934b94c3c7881e43376fc111885100d7ccb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
baseURL = 'https://larbs.xyz/'
languageCode = 'en-us'
title = 'LARBS'

theme = 'lugo'

[params]
  taglist = false
  nextprev = false
  datesinlist = false
  authorsinlist = false

[markup]
    [markup.goldmark]
        [markup.goldmark.renderer]
            unsafe = true