-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (47 loc) · 1.31 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
baseurl = "https://xyin014.github.io/"
languageCode = "en-us"
title = "Xizhe Yin @ UCR"
theme = "hugo-classic"
googleAnalytics = "G-EMQKKVCNWC"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
enableEmoji = true
footnotereturnlinkcontents = "↩"
canonifyURLs = true
#relativeURLs = true
[permalinks]
post = "/post/:year/:month/:day/:slug/"
[[menu.main]]
name = "Publication"
url = "/publication"
weight = 1
[[menu.main]]
name = "Misc"
url = "/misc"
weight = 2
[[menu.feed]]
name = "About"
url = "/about"
[params]
description = "."
footer = "To see things as they really are | [Github](https://github.com/xyin014) | [LinkedIn](https://www.linkedin.com/in/xizhe-yin/) | [Google Scholar](https://scholar.google.com/citations?user=jaRxg3EAAAAJ&hl=en)"
custom_css = ["css/theme-override.css"]
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.parser.attribute]
block = false
title = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false