forked from looeee/discoverthreejs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
42 lines (29 loc) · 750 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
41
42
baseURL = "https://discoverthreejs.com/"
languageCode = "en-us"
publishDir = "public"
contentDir = "markdown"
disableKinds = ["tags", "taxonomy", "taxonomyTerm", "category", "RSS", "robotsTXT"]
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsOptions = ""
pygmentsStyle = "monokai"
pygmentsUseClasses = true
linenos = "true"
# use pygments instead of Chroma
# pygmentsUseClassic=true
enableRobotsTXT = false
summaryLength = 240
logFile = "logs.txt"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
paginate = 10
paginatePath = "test"
disableHugoGeneratorInject = true
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5