forked from BookStackApp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (40 loc) · 974 Bytes
/
config.toml
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
35
36
37
38
39
40
41
42
43
44
languageCode = "en-gb"
title = "BookStack"
baseurl = "https://www.bookstackapp.com/"
theme="bookstack"
enableGitInfo=true
paginate=50
summarylength=20
assetDir = "static"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
xHTML = true
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "pygments"
tabWidth = 4
wrapLongLines = false
[markup.tableOfContents]
startLevel = 3
endLevel = 3
[permalinks]
post = "/blog/:slug/"
[params]
blogCover = "/images/cover.jpg"
description = "BookStack is a simple, open-source, self-hosted, easy-to-use platform for organising and storing information."
[params.social]
twitter = "bookstack_app"
[privacy]
[privacy.youtube]
privacyEnhanced = true