]> BookStack Code Mirror - website/blob - config.toml
Updated slug handling due to deprecation
[website] / config.toml
1 languageCode = "en-gb"
2 title = "BookStack"
3 baseurl = "https://www.bookstackapp.com/"
4 theme="bookstack"
5 enableGitInfo=true
6 summarylength=20
7 assetDir = "static"
8
9 [pagination]
10   pagerSize = 50
11
12 [markup]
13   defaultMarkdownHandler = "goldmark"
14   [markup.goldmark]
15     [markup.goldmark.renderer]
16       unsafe = true
17       xHTML = true
18   [markup.highlight]
19     anchorLineNos = true
20     codeFences = true
21     guessSyntax = true
22     hl_Lines = ""
23     lineAnchors = ""
24     lineNoStart = 1
25     lineNos = true
26     lineNumbersInTable = true
27     noClasses = false
28     style = "pygments"
29     tabWidth = 4
30     wrapLongLines = false
31   [markup.tableOfContents]
32     startLevel = 3
33     endLevel = 3
34
35 [permalinks]
36   blog = "/blog/:slugorcontentbasename"
37
38 [params]
39   blogCover = "/images/cover.jpg"
40   description = "BookStack is a simple, open-source, self-hosted, easy-to-use platform for organising and storing information."
41   [params.social]
42     twitter = "bookstack_app"
43
44 [privacy]
45   [privacy.youtube]
46     privacyEnhanced = true
47
48 # Include the hacks content into
49 [module]
50   [[module.mounts]]
51     disableWatch = false
52     source = 'content'
53     target = 'content'
54   [[module.mounts]]
55     disableWatch = false
56     source = 'hacks/content'
57     target = 'content/hacks'