-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
43 lines (39 loc) · 1.08 KB
/
hugo.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
43
theme = "baldanders-info"
baseurl = "https://text.baldanders.info/"
title = "text.Baldanders.info"
languageCode = "ja"
DefaultContentLanguage = "ja"
preserveTaxonomyNames = false
disqusShortname = "textbaldandersinfo"
dataDir = "data"
enableGitInfo = true
[frontmatter]
lastmod = ["lastmod", ":git", "update", "date", "publishDate"]
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$'], ['\begin{aligned}', '\end{aligned}']]
[markup.goldmark.parser]
autoHeadingID = false
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
style = "tango"
tabWidth = 4
[taxonomies]
tags = "tags"