forked from tilburgsciencehub/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
38 lines (34 loc) · 908 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
baseURL = "https://tilburgsciencehub.com"
languageCode = "en-us"
title = "Tilburg Science Hub"
theme = "tilburg"
pygmentsUseClasses=true
enableInlineShortcodes = true
googleAnalytics = "G-6K27JFP2RV"
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "pygments"
[params]
repo_url="https://github.com/tilburgsciencehub/website"
[outputs]
home = ["HTML", "AMP", "RSS", "JSON"]
page = ["HTML", "JSON"]
section = ["HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false