-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
39 lines (32 loc) · 947 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
baseURL = 'https://serverx.org.in/'
languageCode = 'en-us'
title = 'SERVER-X-101'
enableRobotsTXT = true
[outputs]
home = ["HTML", "RSS"]
[params]
mainSections = ["articles", "snippets", "authors", "contests"]
[params.newsletter]
enable = true
title = ""
content = "Want more content like this? Join our newsletter down below to receive updates to your mailbox"
mailchimpFormUrl = "https://gmail.us22.list-manage.com/subscribe/post?u=ba8c53fd9942f7fc2cac61514&id=39896c121a&f_id=00a6c6e1f0"
mailchimpFormKey = "b_ba8c53fd9942f7fc2cac61514_39896c121a"
[markup.goldmark.renderer]
unsafe= true
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
noHl = false
style = 'monokai'
tabWidth = 4
preserveTaxonomyNames = true