forked from shoui520/shoui520.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (81 loc) · 1.95 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
site_name: TheMoeWay
site_description: Moe Moe Moe Moe Moe Moe Moe
site_url: https://learnjapanese.moe
site_author: shoui
repo_url: https://github.com/shoui520/shoui520.github.io
nav:
- Home: 'index.md'
- 'Guides':
- 'Japanese Guide': 'guide.md'
- '30 Day Japanese': 'routine.md'
- 'speaking.md'
- 'animejp.md'
- 'kanji.md'
- 'readingtips.md'
- 'monolingual.md'
- 'faq.md'
- 'Fixing your font': 'font.md'
- 'How to use 5ch': '2ch.md'
- 'Visual Novels':
- 'Learning Japanese with VNs': 'vn.md'
- 'Visual Novel Setup': 'vn-setup.md'
- 'Yomitan':
- 'Yomichan Setup Tutorial': 'yomichan.md'
- 'Resources':
- 'Resources': 'resources.md'
- 'Other':
- 'Donate': 'donate.md'
theme:
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: purple
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.sections
- search.suggest
- search.highlighting
- search.share
name: material
custom_dir: overrides
favicon: img/favicon.png
logo: img/moe.svg
markdown_extensions:
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- meta
- admonition
- attr_list
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.tabbed
extra_css:
- stylesheets/extra.css
- javascripts/extra.js
plugins:
- search:
lang:
- en
- ja
- open-in-new-tab