forked from BookStackApp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
35 lines (32 loc) · 804 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
languageCode = "en-gb"
title = "BookStack"
baseurl = "https://www.bookstackapp.com/"
theme="bookstack"
enableGitInfo=true
paginate=50
summarylength=20
[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 = false
lineNumbersInTable = false
noClasses = false
style = "vs"
tabWidth = 4
[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"