-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
100 lines (93 loc) · 2.54 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
site_name: 图灵 2024 学长组资料汇总
site_url: https://turing2024.tonycrane.cc/
site_description: 图灵 2024 学长组信息汇总
repo_name: TuringDoneRight
repo_url: https://github.com/ZJU-Turing/TuringDoneRight/
edit_uri: tree/master/docs
copyright: Copyright © 2023-2024 浙江大学图灵班学长组
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
# 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
- 实用工具推荐: tools.md
- 校园生活指南: living.md
- 图灵班选课指南: course_selection.md
- 课程学习建议: course_advice.md
- 成为一个合格的 CS 人: cser.md