-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
217 lines (211 loc) · 5.17 KB
/
mkdocs.yml
File metadata and controls
217 lines (211 loc) · 5.17 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
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
---
site_name: A code to remember
site_author: Xiang ZHU
site_url: https://copdips.com
repo_name: copdips/copdips.github.io
repo_url: https://github.com/copdips/copdips.github.io
# Use main branch for code actions, default to master branch
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/?h=content+action#code-actions
edit_uri: edit/main/docs/
use_directory_urls: false
watch:
- tools
# Additional configuration
extra:
# disqus docs:
# 1. https://github.com/squidfunk/mkdocs-material/discussions/2138#discussioncomment-250454
# 2. https://github.com/squidfunk/mkdocs-material/pull/3329#issuecomment-1013855846
# 3. https://github.com/squidfunk/mkdocs-material/commit/f9e94184620806ceff55b6a8c2df0292b39369e4
# disqus: copdips
analytics:
provider: google
property: UA-118578681-1
# property: G-L9KPHRQNQN
social:
- icon: fontawesome/brands/github
link: https://github.com/copdips
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/xiang-zhu-13769311/
- icon: material/email
link: mailto:xiang.zhu@outlook.com
extra_css:
- stylesheets/extra.css
- stylesheets/oauth-evolution.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- https://unpkg.com/mermaid@11.12.0/dist/mermaid.min.js
- javascripts/tablesort.js
- javascripts/oauth-evolution.js
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets:
base_path: docs
check_paths: true
- pymdownx.superfences:
custom_fences:
- class: mermaid
name: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: md-render
class: md-render
format: !!python/name:tools.pymdownx_md_render.md_sub_render
- name: csv-path
class: csv-path
format: !!python/name:tools.pymdownx_md_render.md_csv_path_render
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- tables
- toc:
permalink: '#'
plugins:
# - meta # ! insider only, and must put before blog plugin
- blog:
blog_dir: .
post_url_date_format: yyyy/MM
categories_allowed:
- ai
- ai-coding
- api
- ast
- async
- auth
- azure
- backup
- cache
- certificate
- cicd
- container
- database
- databricks
- datetime
- debug
- docker
- elastic
- email
- encoding
- file
- flask
- frontend
- git
- github
- gitlab
- jekyll
- linter
- linux
- markdown
- mcp
- messaging
- migration
- mkdocs
- multiprocessing
- multithreading
- network
- ollama
- package
- pandas
- performance
- pip
- powershell
- process
- proxy
- python
- quart
- redis
- scheduling
- shell
- sonar
- spark
- sqlalchemy
- ssh
- storage
- ubuntu
- unittest
- vault
- video
- vmware
- vscode
- web
- rss:
# image: https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png
categories:
- categories
- tags
date_from_meta:
as_creation: date.created
match_path: posts/.*
comments_path: "#__comments"
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- autorefs
- tags
# - git-revision-date-localized:
# enable_creation_date: true
# type: timeago
# fallback_to_build_date: true
- mkdocstrings:
handlers:
python:
paths: [..]
- mkdocs-video
- glightbox
- minify_html
- git-committers:
enabled: !ENV [CI, false]
repository: copdips/copdips.github.io
branch: main
theme:
custom_dir: docs/overrides
favicon: assets/favicon.ico
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
font:
code: Roboto Mono
text: Roboto
icon:
logo: logo
logo: assets/favicon.ico
logo_bottom: assets/favicon.ico
name: material
palette:
- accent: indigo
primary: indigo
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- accent: indigo
primary: black
scheme: slate
toggle:
icon: material/brightness-7
name: Switch to light mode