forked from yzbaaa/ZZU-CS-RESOURCES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
119 lines (109 loc) · 3.9 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
site_name: ZZU计智学习指南
site_url: https://yzbaaa.github.io/ZZU-CS-RESOURCES/
site_author: yzbaaa
edit_uri: edit/main/docs
repo_url: https://github.com/yzbaaa/ZZU-CS-RESOURCES
repo_name: ZZU-CS-RESOURCES
copyright: Copyright © 2024-present <a href="https://github.com/yzbaaa" target="_blank" rel="noopener noreferrer">yzbaaa</a>
nav:
- 主页:
- 00. 简介: index.md
- 01. 贡献指南: 00. home_page/01. contribution_guidelines.md
- 02. 提交模板:
- 00. 课程提交模板: 00. home_page/02. submission-template/00. course_submission_template.md
- 课程资源:
- 00. 简介: 01. course_resources/00. introduction.md
- 01. 经验分享: 01. course_resources/01. experience_sharing.md
- 02. 培养方案: 01. course_resources/02. academic_plan.md
- 03. 通识课程: 01. course_resources/03. general_education_courses.md
- 04. 数理基础 & 英语: 01. course_resources/04. fundamentals_of_mathematics_and_physics_&_English.md
- 05. 专业基础: 01. course_resources/05. professional_basic_courses.md
- 06. 专业必修: 01. course_resources/06. professional_compulsory.md
- 07. 专业选修: 01. course_resources/07. professional_elective.md
- 08. 常见问题: 01. course_resources/08. F&Q.md
- 科研:
- 00. 简介: 02. research/00. introduction.md
- 01. 常见问题: 02. research/01. F&Q.md
- 竞赛:
- 00. 简介: 03. contest/00. introduction.md
- 01. 常见问题: 03. contest/01. F&Q.md
- 02. 常见竞赛: 03. contest/02. popular_contests.md
- 保研:
- 00. 简介: 04. postgraduate_recommendation/00. introduction.md
- 01. 经验分享: 04. postgraduate_recommendation/01. experience_sharing.md
- 02. 常见问题: 04. postgraduate_recommendation/02. F&Q.md
- 考研:
- 00. 简介: 05. postgraduate_entrance_examination/00. introduction.md
- 01. 经验分享: 05. postgraduate_entrance_examination/01. experience_sharing.md
- 02. 常见问题: 05. postgraduate_entrance_examination/02. F&Q.md
- 自学资源:
- 00. 简介: 06. self-study_resources/00. introduction.md
- 01. 推荐: 06. self-study_resources/01. recommendations.md
- 实验室:
- 00. 简介: 07. labs/00. introduction.md
- 01. ACM-ICPC 实验室: 07. labs/01. ACM-ICPC-Lab.md
- 02. 主校区网络安全实验室: 07. labs/02. cybersecurity lab.md
theme:
language: zh
name: material
search_index_only: false
favicon: images/favicon.png
logo: assets/logo.png
custom_dir: overrides
features:
- navigation.instant
- navigation.tabs
- navigation.top
- navigation.footer
- toc.follow
- search.highlight
- content.code.copy
- content.code.annotate
- content.action.edit
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/lightbulb-auto-outline
name: Switch to auto mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: white
accent: custom
scheme: default
toggle:
icon: material/toggle-switch
name: Switch to light mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: teal
accent: cyan
scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
plugins:
- glightbox
- search:
lang:
- en
- ja
separator: '[/s/-/.]+'
- git-revision-date-localized:
type: iso_date
markdown_extensions:
- attr_list
- md_in_html
- toc:
permalink: True
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
linenums: true
linenums_style: pymdownx.inline
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css