-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
269 lines (257 loc) · 8.92 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
# Project information
site_name: Cloaks | Return
site_url: https://www.cloaks.cn
site_author: Cloaks
site_description: >-
欢迎来到我的博客!这里是我分享个人见解、技术文章、生活点滴和创意的地方。在这里,你将看到关于编程、技术创新、前沿趋势、以及我对生活和工作的思考与感悟。我希望我的文章能够启发你,让你收获新的知识和灵感。如果你对某些话题感兴趣,欢迎留下评论与我讨论,也可以订阅我的博客,第一时间获取最新更新。
感谢你的访问,希望你在这里找到你感兴趣的内容!
# Repository
repo_name: cloakscn/cloakscn.github.io
repo_url: https://github.com/cloakscn/cloakscn.github.io
# Copyright
copyright: Copyright © 2018 - 2024 Cloaks <a href="https://beian.miit.gov.cn/" target="_blank">晋ICP备19014927号-3</a>
# Configuration
theme:
icon:
annotation: material/plus-circle
name: material
language: zh
custom_dir: overrides
font:
text: Roboto
code: Roboto Mono
favicon: assets/terminal.svg
logo: assets/terminal.svg
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.code.select
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
- header.autohide
- navigation.path
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
# navigation.prune is not compatible with navigation.expand,
# as navigation expansion requires the complete navigation structure.
# - navigation.expand
# - navigation.sections
# - navigation.prune
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
# Plugins
plugins:
- glightbox
- tags
- blog:
blog_toc: true
post_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
post_slugify_separator: _
post_url_date_format: yyyy/MM
post_url_format: "{date}/{file}"
- social:
cards_layout_options:
font_family: Noto Sans SC
logo: assets/terminal.svg
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
# Additional configuration
extra:
# music: 8074820398 # 侧耳倾听
consent:
title: Cookie consent | Cookie 同意
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
<br/>
我们使用 cookie 来识别您的重复访问和偏好,并衡量我们文档的有效性以及用户是否找到了他们正在搜索的内容。经您同意,您正在帮助我们改进我们的文档。
status:
new: Recently added
deprecated: Deprecated
analytics:
provider: google
property: G-45SCRDG8S7
feedback:
title: 此页面有帮助吗?
ratings:
- icon: material/emoticon-happy-outline
name: 此页面很有帮助。
data: 1
note: >-
感谢您的反馈!
- icon: material/emoticon-sad-outline
name: 此页面可以改进。
data: 0
note: >-
感谢您的反馈!使用我们的<a href="..." target="_blank" rel="noopener">反馈表</a>帮助我们改进此页面。
social:
- icon: fontawesome/brands/github
link: https://github.com/cloakscn
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/cloaks
- icon: material/email
link: mailto:[email protected]
- icon: material/google-analytics
link: https://analytics.google.com/analytics/web/#/p299634585/reports/intelligenthome?params=_u..nav%3Dmaui
- icon: simple/googleadsense
link: https://www.google.com/adsense/new/u/0/pub-3907145727941275/onboarding
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
# permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- includes/mkdocs.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# math support
- pymdownx.arithmatex:
generic: true
extra_javascript:
- assets/javascripts/katex.js
- assets/javascripts/mermaid.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.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
not_in_nav: |
/tutorials/**/*.md
# Page tree
nav:
- 首页:
- index.md
# - about.md
# - 共享文本: https://privatebin.icloudnative.io/
- 往期精粹:
- 高级架构师:
- ruankao/index.md
- 基础知识:
- ruankao/basics computer.md
- ruankao/basics embedded.md
- ruankao/basics network.md
- ruankao/basics enterprise-informatization.md
- ruankao/basics information security.md
- ruankao/basics system engineering.md
- ruankao/basics software engineering.md
- ruankao/basics database-design.md
- ruankao/basics intellectual property rights.md
- 中级知识:
- ruankao/medium software architecture.md
- ruankao/medium system-quality-attributes-and-architecture-assessment.md
- ruankao/medium reliability.md
- ruankao/medium software architecture evolution.md
- ruankao/medium future.md
- 高级知识:
- ruankao/advanced information-system-architecture.md
- ruankao/advanced hierarchical.md
- ruankao/advanced cloud-native.md
- ruankao/advanced service-oriented.md
- ruankao/advanced embedded.md
- ruankao/advanced communication system.md
- ruankao/advanced security architecture.md
- ruankao/advanced web.md
- 论文写作:
- ruankao/paper.md
- 设计模式(编制中):
- design-patterns/index.md
- 创建型模式:
- design-patterns/creational-patterns/factory.md
- 建造者模式:
- design-patterns/structural-patterns/adapter.md
- design-patterns/structural-patterns/facade.md
- design-patterns/structural-patterns/composite.md
- design-patterns/structural-patterns/proxy.md
- design-patterns/structural-patterns/decorator.md
- design-patterns/structural-patterns/bridge.md
- 行为模式:
- design-patterns/behavioral-patterns/template-method.md
- design-patterns/behavioral-patterns/state.md
- design-patterns/behavioral-patterns/strategy.md
- design-patterns/behavioral-patterns/chain-of-responsibility.md
- design-patterns/behavioral-patterns/command.md
- design-patterns/behavioral-patterns/observer.md
- design-patterns/behavioral-patterns/mediator.md
- 重构(编制中):
- refactoring/index.md
- 博客:
- blog/index.md