-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
30 lines (28 loc) · 739 Bytes
/
Copy pathhugo.toml
File metadata and controls
30 lines (28 loc) · 739 Bytes
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
baseURL = 'https://adgefficiency.com'
languageCode = 'en-us'
title = 'ADGEfficiency'
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[markup.highlight]
lineNos = false
noClasses = false
lineNumbersInTable = true
tabWidth = 4
guessSyntax = false
[taxonomies]
competency = "competencies"
[params]
mainSections = ["lessons", "blog", "talks"]
math = true