-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
94 lines (84 loc) · 1.9 KB
/
config.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
baseurl: "https://lzxqaq.com"
languageCode: "zh-cn"
title: "Shaka| 沙加"
theme: "hugo-ivy"
googleAnalytics: "G-KDTTBGMLCQ"
disqusShortname: ""
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
preserveTaxonomyNames: true
footnotereturnlinkcontents: "↩"
enableGitInfo: true
permalinks:
note: /note/:year/:month/:day/:slug/
post: /post/:year/:month/:day/:slug/
blog: /blog/:year/:month/:day/:slug/
taxonomies:
category: categories
tag: tags
menu:
main:
- name: "首页"
url: "/"
weight: 1
- name: "归档"
url: "/posts/"
weight: 2
- name: "日常"
url: "/todos/"
weight: 3
- name: "关于"
url: "/about/"
weight: 4
- name: "标签"
url: "/tags/"
weight: 5
params:
description: "我唯一知道的是我一无所知。"
footer: "© [Zexun Luo](https://lzxqaq.com) 2020-{Year} | [Github](https://github.com/lzxqaq)"
highlightjsLang: ["latex"]
highlightjsTheme: "github"
highlightjsVersion: "11.7.0"
customJS:
- "comment-utils.js"
- "fix-toc.js"
- "center-img.js"
- "right-quote.js"
- "fix-footnote.js"
- "math-code.js"
- "hash-notes.js"
- "toggle-notes.js"
- "post-nav.js"
- "external-link.js"
- "alt-title.js"
- "heading-anchor.js"
- "key-buttons.js"
customCSS:
- "key-buttons.css"
logo:
en:
img: "https://cdn.jsdelivr.net/gh/lzxqaq/source_lzxqaq@master/static/images/mylogo.png"
url: "/"
alt: "Zexun Luo"
tag: ""
cover:
img: "https://cdn.jsdelivr.net/gh/lzxqaq/source_lzxqaq@master/static/images/gb.jpg"
author:
en: "Shaka"
cn: "沙加"
lang:
edit:
cn: "编辑"
license:
cn: "版权"
subscribe:
cn: "订阅"
markup:
highlight:
codeFences: false
goldmark:
renderer:
unsafe: true
parser:
autoHeadingIDType: blackfriday
tableOfContents:
startLevel: 1