This repository was archived by the owner on Feb 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
82 lines (78 loc) · 2.18 KB
/
Copy pathmkdocs.yml
File metadata and controls
82 lines (78 loc) · 2.18 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
site_name: USTC CPCT 2025 课程主页
repo_name: cpct2025/cpct2025.github.io
repo_url: https://github.com/cpct2025/cpct2025.github.io
theme:
name: "material"
language: "zh"
font: false
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: 切换至深色模式
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: blue
accent: blue
toggle:
icon: material/weather-sunny
name: 切换至浅色模式
icon:
repo: octicons/mark-github-16
features:
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.top
- navigation.tracking
plugin:
- search
- offline
- privacy
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.details
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences
- markdown.extensions.def_list
- toc:
permalink: true
nav:
- 首页: README.md
- lab0:
- Markdown 教程: lab0/markdown.md
- Git 教程: lab0/git.md
- IDE 安装教程: lab0/ide_installation.md
- Linux in Windows Hyper-V: lab0/linux.md
- Hint: hint/hint.md
- FAQ: faq/FAQ.md
- 练习题: exercise/exercise.md
- 勘误: errata/errata.md
extra_javascript:
# [数学公式支持]
# https://squidfunk.github.io/mkdocs-material/reference/math/#katex
- mkdocs/javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
extra_css:
# [数学公式支持]
# https://squidfunk.github.io/mkdocs-material/reference/math/#katex
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css