-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (50 loc) · 1.22 KB
/
mkdocs.yml
File metadata and controls
56 lines (50 loc) · 1.22 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
site_name: Ultimate Korean Guide
site_url: https://spazztl.github.io/
extra_css:
- css/custom.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css
theme:
name: material
custom_dir: theme/overrides
palette:
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: deep purple
accent: blue
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: deep purple
accent: blue
font:
text: Roboto
code: Red Hat Mono
features:
- navigation.tabs
nav:
#- Home: home.md
- Korean:
- 'Getting Started': korean.md
- 'Resources': koreanresources.md
- Japanese: japanese.md
- Chinese: chinese.md
- Contact: contact.md
markdown_extensions:
- toc:
permalink: "#"
permalink_title: Anchor link to this section for reference
baselevel: 2
toc_depth: 4
- md_in_html
- attr_list
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true