-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
178 lines (167 loc) · 4.86 KB
/
mkdocs.yml
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
site_name: fjash's Blog
site_author: fjash
site_url: https://fjash.github.io
repo_name: fjash/fjash.github.io
repo_url: https://github.com/fjash/fjash.github.io
edit_uri: blob/main/docs
theme:
name: material
language: zh
favicon: _assets\iro\kenan.png
icon:
# logo: material/pac-man
logo: octicons/log-16
repo: fontawesome/brands/github-alt
admonition:
info: fontawesome/solid/anchor
note: fontawesome/solid/pen-nib
abstract: fontawesome/solid/list
tip: fontawesome/solid/lightbulb
success: fontawesome/solid/check
question: fontawesome/solid/circle-question
warning: fontawesome/solid/triangle-exclamation
failure: material/alien
danger: fontawesome/solid/virus
bug: fontawesome/solid/robot
example: fontawesome/solid/flask
quote: fontawesome/solid/link
font:
text: LXGW WenKai Screen GB Screen # Share Tech
code: JetBrains Mono
palette:
scheme: default
primary: brown
accent: deep orange
# palette: # 调色板
# # Palette toggle for light mode
# - scheme: default
# toggle:
# icon: material/brightness-7
# name: Switch to dark mode
# # Palette toggle for dark mode
# - scheme: slate
# toggle:
# icon: material/brightness-4
# name: Switch to light mode
features:
- content.code.annotate
- content.code.copy
# - navigation.instant # This will cause LaTeX render fail at the first try.
- navigation.tracking
- navigation.tabs
# - navigation.tabs.sticky
- navigation.indexes
- navigation.top
- search.highlight
- search.share
# - navigation.prune
custom_dir: overrides
copyright: 'Copyright © 2024 YFei'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/fjash
name: Github
plugins:
- minify
- glightbox
- statistics:
words_per_minute: 200
- search:
lang:
- zh
- en
separator: '[\s\-\.]+'
- git-revision-date-localized:
type: datetime
timezone: Asia/Shanghai
locale: zh
enable_creation_date: true
exclude:
- index.md
# - coming.md
# - link.md
# - tech_accu/index.md
# - cour_note/index.md
# - pape_read/index.md
# - others/index.md
# - git-authors:
# exclude:
# - index.md
- tags:
tags_file: tags.md #分类标签
markdown_extensions: #详见https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/ 和 https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/
- toc:
permalink: true # link for each title
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}} # enable Unicode link
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
# smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
# - pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_css:
- _css/extra.css
- _css/flink.css
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css
# - https://cdn.jsdelivr.net/npm/[email protected]/font.min.css
- https://jsd.cdn.zzko.cn/npm/[email protected]/dist/katex.min.css
- https://gcore.jsdelivr.net/npm/[email protected]/style.css
- https://gcore.jsdelivr.net/npm/[email protected]/style.css
# - https://cdn.staticfile.org/lxgw-wenkai-screen-webfont/1.6.0/lxgwwenkaiscreen.css
extra_javascript:
- _js/extra.js
# - _js/mathjax.js
- _js/katex.js
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js
- https://jsd.cdn.zzko.cn/npm/[email protected]/dist/katex.min.js
nav:
- "🎯 封面": index.md
# - "📚 技术积累":
# - "编程语言":
# - "C++":
# - "Python":
# - "C":
# - "人工智能":
# - "机器学习":
# - "深度学习":
# - "常见模型":
# - "代码框架":
# - "Pytorch":
- "💡 算法题练习":
- "Leetcode": mds/Algorithnm/Leetcode/Leetcode_1.md
- "蓝桥": mds/Algorithnm/LQ/快速幂.md
- "🧲 Tags": tags.md
# - "📝 论文阅读":
# - "📦 杂项专题":
# - "🛹 项目记录":