generated from jobindjohn/obsidian-publish-mkdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
189 lines (181 loc) · 5.53 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
# Project information
site_name: Haha 블로그
site_url: https://ndy2.github.io/Haha-Blog
edit_uri: tree/main/docs/
site_author: Haha
site_description: >-
안녕하세요! 좋은 설계와 객체지향 방법론에 관심이 많은 미래의 백엔드 개발자 남득윤입니다.
잘 부탁드립니다.
# Repository
repo_name: ndy2/Haha-Blog
repo_url: https://github.com/ndy2/Haha-Blog
copyright: Copyright © 2022 - 2023 ndy2
theme:
name: 'material'
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.ico
custom_dir: resources/material/overrides
features:
- content.code.copy
- content.action.view
- navigation.footer
- navigation.tabs
- navigation.sections
- content.code.annotate
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
- 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
# Extensions
markdown_extensions:
- footnotes
- md_in_html
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.tasklist:
custom_checkbox: true
- def_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: python
class: python
validator: !!python/name:markdown_exec.validator
format: !!python/name:markdown_exec.formatter
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- resources/material/overrides/.icons
- toc:
permalink: true
plugins:
- obsidian-support
- obsidian-bridge
- link-preview
- awesome-pages:
collapse_single_pages: true
filename: pages.ini
- blogging:
locale: ko_KR.UTF-8
dirs: [archive/categories]
template: resources/blogging-plugin/custom-blog.html
categories:
- name: algorithm
dirs: [posting/study/algorithm]
template: resources/blogging-plugin/custom-blog.html
- name: architecture
dirs: [posting/study/architecture]
template: resources/blogging-plugin/custom-blog.html
- name: collaborate
dirs: [posting/study/dev-general/collaborate]
template: resources/blogging-plugin/custom-blog.html
- name: data-structure
dirs: [posting/study/data-structure]
template: resources/blogging-plugin/custom-blog.html
- name: database
dirs: [posting/study/database]
template: resources/blogging-plugin/custom-blog.html
- name: java
dirs: [posting/study/java]
template: resources/blogging-plugin/custom-blog.html
- name: kotlin
dirs: [posting/study/kotlin]
template: resources/blogging-plugin/custom-blog.html
- name: network
dirs: [posting/study/network]
template: resources/blogging-plugin/custom-blog.html
- name: os
dirs: [posting/study/os]
template: resources/blogging-plugin/custom-blog.html
- name: spring
dirs: [posting/study/spring]
template: resources/blogging-plugin/custom-blog.html
- name: uml
dirs: [posting/study/dev-general/uml]
template: resources/blogging-plugin/custom-blog.html
- name: web
dirs: [posting/study/web]
template: resources/blogging-plugin/custom-blog.html
- name: blog
dirs: [posting/bloggingtips]
template: resources/blogging-plugin/custom-blog.html
- name: avalon-chat
dirs: [posting/project/kakaotalk-clone-coding]
template: resources/blogging-plugin/custom-blog.html
- name: project
dirs: [posting/projects/common]
template: resources/blogging-plugin/custom-blog.html
- name: til
dirs: [posting/til]
template: resources/blogging-plugin/custom-blog.html
features:
tags:
insert: top
index_page: archive/tags.md
theme:
name: card
- macros:
module_name: 'resources/macro/main'
- search
- glightbox
- git-revision-date-localized:
type: date
timezone: Asia/Seoul
enable_creation_date: true
fallback_to_build_date: true
- charts
- exclude:
glob:
- "*/excalidraws/*.md"
- "til/til-template.md"
- kroki:
FencePrefix: 'kroki-'
- mkdocs-simple-hooks:
hooks:
on_pre_build: "resources.simple-hooks.hooks:create_til_csv"
extra_css:
- assets/stylesheets/obsidian-rich-links.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6