-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
49 lines (45 loc) · 1.05 KB
/
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
45
46
47
48
49
languageCode = "en-us"
title = "GooseMod"
baseURL = "/"
theme = "hugo-html5up-alpha"
paginate = 2
[params]
description = "A light, secure, and easy to use Discord mod"
images = ["/img/logo.jpg"]
author = ""
copyright = "Copyright © GooseNest Team. GooseMod is not affiliated with Discord."
design = ""
mainSections = ["blog"]
[[params.share]]
title = "twitter"
icon = "fa-twitter"
link = "https://twitter.com/Goose_Mod"
## Markdown Settings
enableEmoji = true
[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
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "bw"
tabWidth = 4