-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
82 lines (77 loc) · 2.1 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
site_name: Khu học mở
site_description: Tự học mọi thứ thông qua hướng dẫn, lộ trình và các nguồn tài nguyên miễn phí trên Internet
site_author: duykhanh471
repo_url: https://github.com/daihocmo/daihocmo.github.io
repo_name: Cùng xây dựng Khu học mở
nav:
- 'Trang chủ': 'index.md'
- 'Hướng dẫn tự học': 'huong-dan-tu-hoc.md'
- 'Tổng hợp & Tài nguyên': 'tong-hop-tai-nguyen.md'
- 'Cộng đồng & Đóng góp':
- 'Cộng đồng': 'cong-dong.md'
- 'Đóng góp': 'dong-gop.md'
- 'Cảm ơn': 'cam-on.md'
theme:
name: material
favicon: assets/logo.png
logo: assets/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.sections
- navigation.top
- toc.follow
- search.suggest
- search.highlight
language: vi
# custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: deep-purple
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/white-balance-sunny
name: Switch to light mode
primary: deep-purple
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/daihocmo
- icon: fontawesome/brands/discord
link: https://discord.gg/ZyEn4TTyEM
generator: false
markdown_extensions:
- admonition
- attr_list
- def_list
# - footnotes
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
# - pymdownx.critic
# - pymdownx.details
# - pymdownx.highlight:
# anchor_linenums: true
# line_spans: __span
# pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
# - open-in-new-tab