-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
173 lines (166 loc) · 5.04 KB
/
mkdocs.yml
File metadata and controls
173 lines (166 loc) · 5.04 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
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
site_name: 开发笔记
site_description: 个人开发经验分享
site_author: YuFeng
site_url: https://juemuren.github.io/DevNotes/
repo_name: DevNotes
repo_url: https://github.com/Juemuren/DevNotes
copyright: Copyright © 2025-present <a href="https://github.com/Juemuren">YuFeng</a>
markdown_extensions:
- nl2br
- admonition
- pymdownx.details
- pymdownx.magiclink
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
theme:
name: material
language: zh
features:
- header.autohide
- navigation.tracking
- navigation.top
- navigation.instant
- navigation.indexes
- search.highlight
- content.code.annotate
- content.code.copy
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: indigo
toggle:
icon: material/weather-sunny
name: 切换为深色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/weather-night
name: 切换为浅色模式
plugins:
- search
- callouts
- git-revision-date
- open-in-new-tab
- minify:
minify_html: true
nav:
- 首页: index.md
- 命令行工具:
- 命令行工具: 命令行工具/index.md
- Shell: 命令行工具/Shell.md
- Just: 命令行工具/Just.md
- Prek: 命令行工具/Prek.md
- Hyperfine: 命令行工具/Hyperfine.md
- Tldr: 命令行工具/Tldr.md
- Fd: 命令行工具/Fd.md
- Eza: 命令行工具/Eza.md
- Zoxide: 命令行工具/Zoxide.md
- Starship: 命令行工具/Starship.md
- Fastfetch: 命令行工具/Fastfetch.md
- Dotter: 命令行工具/Dotter.md
- Git: 命令行工具/Git.md
- 网络工具:
- 网络工具: 网络工具/index.md
- Chrome: 网络工具/Chrome.md
- 安全工具:
- 安全工具: 安全工具/index.md
- 文档工具:
- 文档工具: 文档工具/index.md
- Pandoc: 文档工具/Pandoc.md
- Marp: 文档工具/Marp.md
- Mermaid: 文档工具/Mermaid.md
- Quarto: 文档工具/Quarto.md
- Doxygen: 文档工具/Doxygen.md
- MkDocs: 文档工具/MkDocs.md
- Hugo: 文档工具/Hugo.md
- PDFcpu: 文档工具/PDFcpu.md
- ImageMagick: 文档工具/ImageMagick.md
- FFmpeg: 文档工具/FFmpeg.md
- 数据处理工具:
- 数据处理工具: 数据处理工具/index.md
- Fzf: 数据处理工具/Fzf.md
- Ripgrep: 数据处理工具/Ripgrep.md
- Sd: 数据处理工具/Sd.md
- Delta: 数据处理工具/Delta.md
- Bat: 数据处理工具/Bat.md
- Cloc: 数据处理工具/Cloc.md
- Jq: 数据处理工具/Jq.md
- Yq: 数据处理工具/Yq.md
- SQLite: 数据处理工具/SQLite.md
- 环境管理器:
- 环境管理器: 环境管理器/index.md
- Conda: 环境管理器/Conda.md
- Mise: 环境管理器/Mise.md
- MSYS: 环境管理器/MSYS.md
- WSL: 环境管理器/WSL.md
- Docker: 环境管理器/Docker.md
- 包管理器:
- 包管理器: 包管理器/index.md
- Scoop: 包管理器/Scoop.md
- Homebrew: 包管理器/Homebrew.md
- Xmake: 包管理器/Xmake.md
- Vcpkg: 包管理器/Vcpkg.md
- Uv: 包管理器/Uv.md
- Pnpm: 包管理器/Pnpm.md
- 编辑器:
- 编辑器: 编辑器/index.md
- VSCode: 编辑器/VSCode.md
- Neovim: 编辑器/Neovim.md
- Jupyter: 编辑器/Jupyter.md
- 编程语言:
- 编程语言: 编程语言/index.md
- Cpp: 编程语言/Cpp.md
- Python: 编程语言/Python.md
- JavaScript: 编程语言/JavaScript.md
- Rust: 编程语言/Rust.md
- Go: 编程语言/Go.md
- Julia: 编程语言/Julia.md
- R: 编程语言/R.md
- CUDA: 编程语言/CUDA.md
- CSharp: 编程语言/CSharp.md
- Java: 编程语言/Java.md
- Ruby: 编程语言/Ruby.md
- Lisp: 编程语言/Lisp.md
- 库和框架:
- 库和框架: 库和框架/index.md
- PyTorch: 库和框架/PyTorch.md
- YOLO: 库和框架/YOLO.md
- React: 库和框架/React.md
- Expo: 库和框架/Expo.md
- 应用开发:
- 应用开发: 应用开发/index.md
- Web: 应用开发/Web.md
- GUI: 应用开发/GUI.md
- CLI: 应用开发/CLI.md
- API: 应用开发/API.md
- 游戏开发:
- 游戏开发: 游戏开发/index.md
- 嵌入式开发:
- 嵌入式开发: 嵌入式开发/index.md
- MCU: 嵌入式开发/MCU.md
- FPGA: 嵌入式开发/FPGA.md
- 人工智能开发:
- 人工智能开发: 人工智能开发/index.md
- Ollama: 人工智能开发/Ollama.md
extra:
generator: false
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css