-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
174 lines (166 loc) · 5.75 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
site_name: 浙江大学竺可桢学院辅学计划站点
site_url: https://ckc-agc.bowling233.top/
repo_url: https://github.com/ckc-agc/study-assist
repo_name: 浙江大学竺可桢学院辅学计划站点
edit_uri: tree/master/docs
site_description: 浙江大学竺可桢学院辅学计划站点
site_author: 竺可桢学院学业指导中心
extra:
social:
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/3546574332365752
- icon: fontawesome/brands/github
link: https://github.com/ckc-agc
generator: false
copyright: <p xmlns:cc="http://creativecommons.org/ns#" >This work is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a></p><p>Copyright © 2023 - 2024 CKC-AGC</p>
theme:
name: material
logo: graph/ckc.png
favicon: graph/ckc.png
icon:
repo: fontawesome/brands/github
edit: material/pencil
features:
- search.highlight
# - navigation.instant
- navigation.expand
- navigation.footer
- navigation.tracking
- navigation.tabs
- navigation.sections
# - navigation.prune
- navigation.indexes
- navigation.top
- header.autohide
- content.code.copy
- content.code.annotate
- content.action.edit
- content.tabs.link
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
# Python Markdown
- toc:
permalink: true
toc_depth: 3
- abbr
- def_list
- attr_list
- footnotes
- md_in_html
- admonition
- sane_lists
# Python Markdown Extensions
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- neoteroi.cards # install using `pip install neoteroi-mkdocs`
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://jsd.onmicrosoft.cn/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/neoteroi-mkdocs.css
- stylesheets/custom.css
plugins:
- search
- glightbox # install using `pip install mkdocs-glightbox`
- heti:
extra_skipped_class:
- arithmatex
disable_serve: false
- git-revision-date-localized
- git-authors
# - git-committers
nav:
- 首页:
- index.md
- test.md
- contribute.md
- senior.md
- 微积分:
- calculus/index.md
- 数学分析:
- analysis/index.md
- 线性代数:
- algebra/index.md
- 2023-2024 学年线代辅学: algebra/2023.md
- 2024-2025 学年线代辅学: algebra/2024.md
- 线性代数:未竟之美: algebra/lalu/index.md
- 程序设计:
- programming/index.md
- (24 秋冬)程设辅学:
- programming/24fall/index.md
- programming/24fall/lec1.md
- programming/24fall/lec2.md
- programming/24fall/lec3.md
- programming/24fall/lec4.md
- programming/24fall/lec5.md
- programming/24fall/lec6.md
- 通用资料:
- 历年卷:
- programming/common/exam/index.md
- programming/common/exam/exam.md
- 每日一题:
- programming/common/daily/2023.md
- 专题笔记:
- programming/common/notes/pointers.md
- programming/common/notes/funcptr.md
- programming/common/faq.md
- 归档:
- (23 秋冬)实用技能拾遗: https://slides.tonycrane.cc/PracticalSkillsTutorial/2023-fall-ckc/#/
- (23 秋冬)系统知识拾遗:
- programming/archive/23fall/index.md
- 1. 程序编译过程与调试技术:
- programming/archive/23fall/lec1/pre.md
- programming/archive/23fall/lec1/lec1.md
- 2. 类型系统与内存模型:
- programming/archive/23fall/lec2/pre.md
- programming/archive/23fall/lec2/lec2.md
- 3. I/O 与文件:
- programming/archive/23fall/lec3/pre.md
- programming/archive/23fall/lec3/lec3.md
- 4. C 标准库:
- programming/archive/23fall/lec4/lec4.md
- programming/archive/23fall/lec4/after.md
- 5. 期末重点知识复习:
- programming/archive/23fall/lec5/lec5.md
- 普通化学:
- chemistry/index.md
- 普通物理学:
- physics/index.md
- 其他资源:
- other/index.md