]> BookStack Code Mirror - website/blob - config.toml
Updated npm deps, removed old searchbar content
[website] / config.toml
1 languageCode = "en-gb"
2 title = "BookStack"
3 baseurl = "https://www.bookstackapp.com/"
4 theme="bookstack"
5 enableGitInfo=true
6 paginate=50
7 summarylength=20
8 assetDir = "static"
9
10 [markup]
11   defaultMarkdownHandler = "goldmark"
12   [markup.goldmark]
13     [markup.goldmark.renderer]
14       unsafe = true
15       xHTML = true
16   [markup.highlight]
17     anchorLineNos = true
18     codeFences = true
19     guessSyntax = true
20     hl_Lines = ""
21     lineAnchors = ""
22     lineNoStart = 1
23     lineNos = true
24     lineNumbersInTable = true
25     noClasses = false
26     style = "pygments"
27     tabWidth = 4
28     wrapLongLines = false
29   [markup.tableOfContents]
30     startLevel = 3
31     endLevel = 3
32
33 [permalinks]
34   blog = "/blog/:slugorfilename"
35
36 [params]
37   blogCover = "/images/cover.jpg"
38   description = "BookStack is a simple, open-source, self-hosted, easy-to-use platform for organising and storing information."
39   [params.social]
40     twitter = "bookstack_app"
41
42 [privacy]
43   [privacy.youtube]
44     privacyEnhanced = true