-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
113 lines (104 loc) · 2.86 KB
/
Copy pathmkdocs.yml
File metadata and controls
113 lines (104 loc) · 2.86 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
site_name: 我的个人网站
site_url: https://lxgy1024.github.io/personal-web/
site_author: lxgy1024
site_description: 个人博客与项目展示
exclude_docs: |
superpowers/
repo_name: lxgy1024/personal-web
repo_url: https://github.com/lxgy1024/personal-web
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
favicon: assets/images/favicon.svg
language: zh
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
- toc.follow
- content.code.copy
- content.code.annotate
- search.highlight
- search.share
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: 切换到暗色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: 切换到亮色模式
font:
text: Noto Sans SC
code: JetBrains Mono
plugins:
- search
- meta
- blog:
blog_dir: blog
post_dir: blog/posts
archive: false
categories: false
- tags
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- md_in_html
- attr_list
extra_javascript:
- https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.js
- https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/contrib/auto-render.min.js
- js/katex.js
- https://cdn.jsdelivr.net/npm/medium-zoom@1.1.0/dist/medium-zoom.min.js
- js/zoom.js
- js/home.js
extra_css:
- https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css
- stylesheets/extra.css
nav:
- 首页: index.md
- 关于: about.md
- 社交: social.md
- 友链: friends.md
- 碎碎念: thoughts/index.md
- 博客:
- blog/index.md
- 随笔:
- 随笔: blog/随笔/index.md
- H 城日落之后: blog/随笔/h-city-after-sunset.md
- 追风赶月莫停留: blog/随笔/chasing-wind-and-moon.md
- 体考模拟感想: blog/随笔/pe-exam-simulation.md
- ZJU 与我: blog/随笔/zju-and-me.md
- 济南冬风里的降书: blog/随笔/surrender-in-jinan-winter.md
- 人物:
- 人物: blog/人物/index.md
- 我最佩服的人: blog/人物/the-person-i-admire-most.md
- 百日誓师?: blog/人物/hundred-day-pledge.md
- 创作:
- 创作: blog/创作/index.md
- 开始,追风飞鸟: blog/创作/chasing-the-wind-flying-bird.md
- 标签: blog/tags.md
- 项目:
- 项目: projects/index.md
- MC Mod: projects/mc-mod.md
- 爬虫工具: projects/crawler.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/lxgy1024