-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
85 lines (77 loc) · 1.51 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
baseurl: https://shitao5.org/
languageCode: en-us
title: "Shitao Wu | 吴诗涛"
theme: paged
hasCJKLanguage: true
enableEmoji: true
footnotereturnlinkcontents: "↩"
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
features: ["blog"]
googleAnalytics: "G-TKPT8Q5NBV"
permalinks:
post: /:year/:month/:slug/
outputs:
home: [html, rss, json]
author:
name: "吴诗涛"
menu:
main:
- name: 首页
url: "/"
weight: 1
- name: 关于
url: "/about/"
weight: 2
- name: ️日志
url: "/posts/"
weight: 3
- name: 总结
url: "/summary/"
weight: 4
# - name: 读论文
# url: "/paper/"
# weight: 5
- name: 搜索
url: "/search/"
weight: 6
- name: 👋对话
url: "/chat/"
weight: 8
# - name: 随记
# url: "/moments/"
# weight: 7
- name: 🎯订阅
url: "/index.xml"
weight: 9
params:
footer: "© [Shitao Wu](/) 2019 - {Year}"
logo:
en:
alt: 修狗
img: "logo.png"
customJS:
- "comment-utils.js"
- "hash-notes.js"
- "toggle-notes.js"
- "post-nav.js"
githubContentURL: "https://github.com/Shitao5/shitao-blog/edit/main/content/"
lang:
edit:
en: "编辑"
license:
en: "版权"
search:
en: "搜索"
top:
cn: "登顶"
markup:
highlight:
codeFences: true
style: "github"
goldmark:
renderer:
unsafe: true
parser:
autoHeadingIDType: blackfriday
tableOfContents:
startLevel: 1