-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
141 lines (130 loc) · 4.16 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
site_name: Hak Lee
site_url: https://haklee.com/
theme:
name: material
font:
text: Noto Sans Korean
code: Noto Sans Korean
palette:
primary: black
logo: assets/title-40x40.png
favicon: assets/transparent-40x40.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.sections
nav:
- home: index.md
- 작업들:
- 도구와 이야기들:
- works/tools-and-tales/index.md
- 형태 실험들:
- works/tools-and-tales/form-experiments/index.md
- ... | flat | works/tools-and-tales/form-experiments/**/*.md
- 자료구조와 알고리즘:
- works/tools-and-tales/data-structures-and-algorithms/index.md
- ... | flat | works/tools-and-tales/data-structures-and-algorithms/**/*.md
- 도구들:
- works/tools-and-tales/tools/index.md
- ... | flat | works/tools-and-tales/tools/**/*.md
- 생각들:
- works/tools-and-tales/thoughts/index.md
- ... | flat | works/tools-and-tales/thoughts/**/*.md
- 도시, 조각들:
- works/city-fragments/index.md
- 조각들:
- works/city-fragments/fragments/index.md
- ... | flat | works/city-fragments/fragments/**/*.md
- 공간들:
- works/city-fragments/spaces/index.md
- ... | flat | works/city-fragments/spaces/**/*.md
- 영감들:
- works/city-fragments/inspirations/index.md
- ... | flat | works/city-fragments/inspirations/**/*.md
- 생각들:
- works/city-fragments/thoughts/index.md
- ... | flat | works/city-fragments/thoughts/**/*.md
- about: about.md
- ADR:
- adr/index.md
- ... | flat | adr/docs/*.md
not_in_nav: |
works/tools-and-tales/data-structures-and-algorithms/computational-geometry/problems/*.md
works/tools-and-tales/data-structures-and-algorithms/computational-geometry/boundlessx-quiz/*.md
works/tools-and-tales/data-structures-and-algorithms/space-syntax/vae/**/*.md
works/tools-and-tales/data-structures-and-algorithms/basics/topic/**/*.md
works/tools-and-tales/data-structures-and-algorithms/basics/problem/**/*.md
works/tools-and-tales/form-experiments/**/*.md
works/tools-and-tales/tools/autocad/works/**/*.md
works/tools-and-tales/tools/til/**/*.md
works/tools-and-tales/thoughts/**/*.md
works/city-fragments/thoughts/**/*.md
adr/docs/LICENSE.MIT.md
plugins:
- search
- glightbox
- awesome-pages:
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: ko
default: true
name: 한국어
build: true
- locale: en
name: English
build: true
nav_translations:
작업들: works
도구와 이야기들: tools and tales
형태 실험들: form experiments
자료구조와 알고리즘: data structures and algorithms
도구들: tools
생각들: thoughts
도시, 조각들: city, fragments
조각들: fragments
공간들: spaces
영감들: inspirations
markdown_extensions:
- attr_list
- md_in_html
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
generator: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
copyright: Copyright © 2024 - <script>document.write(new Date().getFullYear());</script> Hak Lee
hooks:
- hooks.py