-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
293 lines (293 loc) · 7.57 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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
site_url: https://djccnt15.github.io/ # necessary to enable sitemap
site_name: Note of Jay.D
site_author: djccnt15
copyright: Copyright © djccnt15
# repo_url: https://github.com/djccnt15
extra_javascript:
- javascripts/shortcuts.js
- javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
markdown_extensions:
- toc:
permalink: true
permalink_title: Anchor link to this section for reference
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- admonition
- abbr
- footnotes
- def_list
- attr_list
- md_in_html
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
theme:
name: material
custom_dir: overrides
favicon: assets/icons/favicon.ico
logo: assets/icons/logo_w.png
features:
# - navigation.instant # turned off to solve LaTex rendering problem
# - navigation.instant.progress # turned off to solve LaTex rendering problem
- navigation.tracking
- navigation.tabs
# - navigation.tabs.sticky
- navigation.prune
- navigation.sections
- navigation.indexes
- navigation.top
# - navigation.footer
# - navigation.expand # not compatible with navigation.prune
- toc.follow
- search.suggest
- search.highlight
- search.share
# - header.autohide
# - announce.dismiss
- content.code.copy
- content.code.annotate
- content.tabs.link
- content.tooltips
palette:
- media: "(prefers-color-scheme)" # Palette toggle for automatic mode
primary: blue
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)" # Palette toggle for light mode
scheme: default
primary: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)" # Palette toggle for dark mode
scheme: slate
primary: blue grey
toggle:
icon: material/weather-night
name: Switch to system preference
icon:
repo: fontawesome/brands/github
tag:
api: material/api
bootstrap: simple/bootstrap
c: simple/c
cpp: simple/cplusplus
css: simple/css3
cv: simple/opencv
db: fontawesome/solid/database
django: simple/django
docker: simple/docker
fastapi: simple/fastapi
ga: simple/googleanalytics
git: simple/git
gradle: simple/gradle
gunicorn: simple/gunicorn
html: fontawesome/brands/html5
intellij: simple/intellijidea
java: fontawesome/brands/java
jekyll: simple/jekyll
kafka: simple/apachekafka
mariadb: simple/mariadb
markdown: fontawesome/brands/markdown
mysql: simple/mysql
mongodb: simple/mongodb
numpy: simple/numpy
oracle: simple/oracle
pandas: simple/pandas
postgresql: simple/postgresql
python: fontawesome/brands/python
pytorch: simple/pytorch
r: simple/r
rabbitmq: simple/rabbitmq
redis: simple/redis
skleran: simple/scikitlearn
scipy: simple/scipy
spring: simple/spring
spring_batch: simple/spring
spring_boot: simple/springboot
sympy: simple/sympy
telegram: simple/telegram
tensorflow: simple/tensorflow
tomcat: simple/apachetomcat
vscode: material/microsoft-visual-studio-code
extra:
# generator: false # enable to remove `Made with Material for MkDocs` comment at footer
social:
- icon: material/map-marker
link: https://goo.gl/maps/o5VihMoDa6D26cCb7
name: Location
- icon: fontawesome/brands/github
link: https://github.com/djccnt15
name: GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/djccnt15
name: LinkedIn
- icon: fontawesome/regular/envelope
link: mailto:<[email protected]>
name: E-Mail
analytics:
provider: google
property: G-FQG7LWZEVF
# consent:
# title: Cookie consent
# 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.
# cookies:
# analytics: Google Analytics
# actions:
# - manage
# - accept
# - reject
tags:
api: api
bootstrap: bootstrap
cmd: terminal
c: c
cpp: cpp
css: css
database: db
django: django
docker: docker
fastapi: fastapi
git: git
ga: ga
google analytics: ga
gradle: gradle
gunicorn: gunicorn
html: html
intellij: intellij
java 17: java
java: java
jekyll: jekyll
kafka: kafka
list comprehension: python
mariadb: mariadb
markdown: markdown
MongoDB: mongodb
mysql: mysql
numpy: numpy
opencv: cv
oracle: oracle
pandas: pandas
pep: python
pip: python
postgresql: postgresql
python: python
pytorch: pytorch
r: r
rabbitmq: rabbitmq
rdb: db
redis: redis
rest api: api
restful api: api
scikit-learn: skleran
scipy: scipy
scss: css
shell: powershell
spring: spring
spring batch: spring_batch
spring boot: spring_boot
sql server: mssql
sql: db
sympy: sympy
telegram: telegram
tensorflow: tensorflow
terminal: terminal
tomcat: tomcat
venv: python
vs code: vscode
plugins:
- search:
lang:
- en
- ko
- tags:
tags_file: pages/tags.md
- glightbox:
loop: true
- blog:
blog_toc: true
draft_if_future_date: true
post_date_format: medium
post_url_format: "{categories}/{slug}"
post_readtime: false
post_excerpt: required
pagination_per_page: 20
pagination_url_format: "page/{page}"
pagination_format: "$link_first $link_previous ~2~ $link_next $link_last"
categories_allowed:
- _Draft
- AI
- C
- Coding Test
- Computer Science
- Data Analysis
- Data Engineering
- Django
- FastAPI
- Front-End
- Java
- Jekyll
- Mathematics
- Post
- Python
- R
- Research
- Server Engineering
- Spring
- Statistics
- SW Engineering
- Vision
- Web
nav:
- Home:
- index.md
- About:
- pages/about/me.md
- pages/about/career.md
- Note:
- blog/index.md
- Portfolios:
- portfolio/index.md
- portfolio/board.md
- portfolio/vision.md
- Tags:
- pages/tags.md
- Favorites:
- pages/favorites.md