forked from IslandViewPTA/islandview-pta-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
40 lines (36 loc) · 936 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
baseurl = "https://www.islandviewpta.org"
languageCode = "en-us"
title = "Island View Elementary PTA"
navigateToChanged = true
metaDataFormat = "yaml"
enableEmoji = true
disableKinds = ['taxonomy', 'term']
[build]
writeStats = true
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = false
strikethrough = true
table = true
taskList = true
typographer = false
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[params]
sitetitle = "Island View Elementary PTA"
dateformat = "Jan 2, 2006" # Optional
googleAnalytics = "UA-105410484-1" # Optional
[social]
twitter = "ivepta"
facebook = "IslandViewPTA"