-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
44 lines (39 loc) · 1.13 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
baseurl = "/"
languageCode = "zh-cn"
title = "ShiJiashuai's Blog"
theme = "hugo-xmin"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
enableEmoji = true
hasCJKLanguage = true
[permalinks]
post = "/post/:year/:month/:day/:slug/"
note = "/note/:year/:month/:day/:slug/"
[[menu.main]]
name = "主页/Home"
url = "/"
weight = 1
[[menu.main]]
name = "关于/About"
url = "/about/"
weight = 2
[[menu.main]]
name = "类别/Categories"
url = "/categories/"
weight = 3
[[menu.main]]
name = "标签/Tags"
url = "/tags/"
weight = 4
[[menu.main]]
name = "订阅/Subscribe"
url = "/index.xml"
[params]
description = "A website built through Hugo and blogdown."
footer = "©远跋 2016-2022 | [Leetcode](https://leetcode-cn.com/u/shijiashuai/) | [Github](https://github.com/jiashuaishi) "
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.11.0"
highlightjsCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"