-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
43 lines (34 loc) · 833 Bytes
/
Copy pathhugo.toml
File metadata and controls
43 lines (34 loc) · 833 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
40
41
42
43
baseURL = 'http://127.0.0.1:1313/'
title = 'tsctsc6 的博客'
theme = 'reimu'
timeZone = "Asia/Shanghai"
locale = 'zh-CN'
defaultContentLanguage = 'zh-CN'
[languages]
[languages.zh-CN]
label = '简体中文'
weight = 1
hasCJKLanguage = true
[markup.goldmark.extensions.passthrough]
enable = true
delimiters.block = [["\\[", "\\]"], ["$$", "$$"]]
delimiters.inline = [["\\(", "\\)"], ["$", "$"]]
[markup.highlight]
guessSyntax = true
noClasses = false
[outputs]
home = ["Algolia", "HTML", "RSS"]
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[taxonomies]
category = 'categories'
tag = 'tags'
[markup.goldmark.renderer]
unsafe= true
[markup.goldmark.renderHooks.image]
useEmbedded = "fallback"
[markup.goldmark.renderHooks.link]
useEmbedded = "fallback"