-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.toml
More file actions
39 lines (34 loc) · 782 Bytes
/
config.toml
File metadata and controls
39 lines (34 loc) · 782 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
31
32
33
34
35
36
37
38
39
baseURL = "https://docs.lucidarch.site"
title = "Lucid"
theme = "docport"
googleAnalytics = "UA-96232175-1"
enableRobotsTXT = true
disableKinds = ["taxonomy", "taxonomyTerm", "category", "RSS"]
pygmentsUseClasses = true
pygmentsCodefences = true
enableGitInfo = true
ignoreFiles = ["README.md"]
[outputs]
home = ["HTML", "JSON"]
[imaging.exif]
disableDate = true
disableLatLong = true
[params]
color_main = "gray"
color_second = "#7C3AED"
ordersectionsby = "weight"
[markup.goldmark.renderer]
unsafe= true
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "borland"
tabWidth = 4