-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
91 lines (83 loc) · 2.29 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
site_name: Tự luyện Tiếng Anh - Khu học mở.
site_description: Tự học Tiếng Anh các kiểu, chắc vậy.
site_author: duykhanh471
site_url: https://daihocmo.github.io/tieng-anh/
repo_url: https://github.com/daihocmo/tieng-anh
repo_name: Đóng góp và chỉnh sửa trang
nav:
- 'Trang chủ':
- 'Trang chủ': 'index.md'
- 'Trước khi bắt đầu': 'truoc-khi-bat-dau.md'
- 'Tham gia cộng đồng': 'join.md'
- 'Hướng dẫn':
- 'Tự học Tiếng Anh': 'guide.md'
- 'Nói Tiếng Anh': 'speaking.md'
- 'Đọc Tiếng Anh': 'reading.md'
- 'Hướng dẫn đơn ngữ': 'monolingual.md'
- 'Thói quen':
- '30 Ngày Tiếng Anh': '30ngay.md'
- 'FAQ': 'faq.md'
- 'Setup':
- 'Yomitan': 'yomitan.md'
- 'Goldendict': 'goldendict.md'
- 'Mining': 'setup.md'
- 'Nội dung Tiếng Anh':
- 'Nội dung': 'content.md'
- 'Web Novel': 'webnovel.md'
- 'LitRPG': 'lit-rpg.md'
- 'Visual Novel': 'vn.md'
- 'Blog': 'blog.md'
- 'Tài nguyên học':
- 'Tài nguyên': 'resources.md'
- 'Nội dung Tiếng Anh dễ hiểu': 'input.md'
theme:
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: grey
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: grey
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/english.svg
custom_dir: overrides
features:
- navigation.tabs
- navigation.sections
- toc.follow
- search.highlighting
- search.share
- search.suggest
name: material
markdown_extensions:
- 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.keys
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
plugins:
- search
- open-in-new-tab
extra:
generator: false