-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
115 lines (108 loc) · 3.36 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
site_name: 图灵 2023 学长组资料汇总
site_url: https://turing2023.tonycrane.cc/
site_description: 图灵 2023 学长组信息汇总
repo_name: TuringDoneRight
repo_url: https://github.com/ZJU-Turing/TuringDoneRight/
edit_uri: tree/master/docs
copyright: Copyright © 2022-2023 浙江大学图灵班学长组
theme:
name: 'material'
language: 'zh'
icon:
logo: material/notebook-outline
custom_dir: overrides
favicon: images/icon.png
features:
- content.code.annotate
- navigation.tracking
# - navigation.tabs
- navigation.indexes
- navigation.footer
- navigation.top
- search.highlight
- search.suggest
font: false
palette:
- scheme: default
extra:
analytics:
provider: custom
property: G-G594CHT348
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- meta
- def_list
- attr_list
- md_in_html
- sane_lists
- admonition
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.arithmatex:
generic: true
extra_css:
- https://cdn.tonycrane.cc/utils/katex.min.css
- https://cdn.tonycrane.cc/jbmono/jetbrainsmono.css
- https://cdn.tonycrane.cc/lxgw/lxgwscreen.css
- https://cdn.tonycrane.cc/turing2022/css/tasklist.css
- https://cdn.tonycrane.cc/turing2022/css/card.css
# - https://cdn.tonycrane.cc/turing2022/css/custom.css
- css/custom.css
extra_javascript:
- https://cdn.tonycrane.cc/utils/katex.min.js
- https://cdn.tonycrane.cc/turing2022/js/katex.js
- https://pan.yusux.xyz/source_one/js/suspension_img/suspension.js
# js/toc.js # this is in template 'base.html'
# js/scheme.js # this is in template 'base.html'
plugins:
- search
- heti:
extra_skipped_class:
- arithmatex
- statistics
nav:
- 主页: index.md
- 写在前面的话: preface.md
- 新生入学流程: checkin.md
- 学长组 Q&A 总结: qa.md
- 暑假购机推荐: machine.md
- 新生防诈骗指南: anti_fraud.md
- 暑假学习建议: summer_study.md
- 校网连接指南: rvpn.md
- 如何获取信息: getinfo.md
- 校园生活指南: living.md
- 图灵班选课指南: course_selection.md
- 图灵班课程学习建议:
- courses/index.md
- 数学分析(甲)Ⅰ(H): courses/math_analysis1.md
- 线性代数 Ⅰ(H): courses/linear_algebra1.md
- 程序设计与算法基础: courses/programming.md
- 中国近现代史纲要(H): courses/modern_history.md
- 思想道德与法治: courses/morality_law.md
- 形势与政策 Ⅰ: courses/situation_policy.md
- 数学分析(甲)Ⅱ(H): courses/math_analysis2.md
- 线性代数 Ⅱ(H): courses/linear_algebra2.md
- 普通物理学 Ⅰ(H): courses/physics1.md
- 普通物理学实验 Ⅰ: courses/physics_experiment1.md
- 离散数学理论基础: courses/discrete_math.md
- 网络空间安全导论: courses/cyberspace_security.md
- 通识选修课经验: general.md
- 成为一个合格的 CS 人: cser.md