-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
104 lines (86 loc) · 2.47 KB
/
Copy pathmkdocs.yml
File metadata and controls
104 lines (86 loc) · 2.47 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
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
site_name: 武汉大学微软学生俱乐部
repo_name: whu-msc/wiki
repo_url: https://github.com/whu-msc/wiki
edit_uri: edit/main/docs/
copyright: By WHU-MSC. Under the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 license</a>.
theme:
name: material
logo: assets/msc.webp
icon:
repo: fontawesome/brands/git-alt
favicon: img/favicon.ico
language: zh
features:
- search.suggest
- search.highlight
- navigation.tabs
palette:
# light mode
- scheme: primary
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
social:
nav:
- 主页:
- 简介: index.md
- 招新:
- 2024年:
- 欢迎: recruit/2024/index.md
- 理论题: recruit/2024/theory.md
- 实践题: recruit/2024/practice.md
- 技术相关:
- 初学者指南:
- CS 自学指南: tech/beginners-guide/teach-yourself-cs.md
- 提问的智慧[极速版]: tech/beginners-guide/how-to-ask-questions-the-smart-way-extreme-version.md
- 提问的智慧: tech/beginners-guide/how-to-ask-questions-the-smart-way.md
- 认识这个世界: tech/beginners-guide/welcome-to-cs-world.md
- GPG 简介: tech/beginners-guide/gpg-brief-introduction.md
- github 简介: tech/beginners-guide/github-brief-introduction.md
- 奇思妙想: tech/f__kingfancythoughts.md
- 珞珈山生存指南: survivewhu/survive-whu.md
plugins:
- search:
lang:
- en
- ja
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- admonition
- toc:
slugify: !!python/name:pymdownx.slugs.uslugify
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js