-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
172 lines (160 loc) · 4.5 KB
/
mkdocs.yml
File metadata and controls
172 lines (160 loc) · 4.5 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
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
site_name: 🎓 北理生活指南
site_description: 北京理工大学学生生活指南
site_author: 北京理工大学老登们
site_url: https://yht0511.github.io/bit-guide/
# Repository
repo_name: yht0511/bit-guide
repo_url: https://github.com/yht0511/bit-guide
# Configuration
theme:
name: material
language: zh
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: 切换至深色模式
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: 切换至浅色模式
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
- navigation.footer
- toc.follow
- toc.integrate
icon:
repo: fontawesome/brands/github
tag:
school: material/school
food: material/food
home: material/home
activity: material/calendar-multiple
study: material/book-open-page-variant
help: material/help-circle
# logo: assets/logo.png
# favicon: assets/favicon.ico
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
# Plugins
plugins:
- search:
lang: zh
- tags:
tags_file: tags.md
- mermaid2
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/yht0511/bit-guide
- icon: fontawesome/solid/envelope
link: mailto:yht1592754117@126.com
tags:
School: school
Food: food
Dormitory: home
Activities: activity
Study: study
Help: help
extra_css:
- assets/extra.css
- assets/ai.css
- https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css
extra_javascript:
- assets/extra.js
- assets/ai.js
- https://cdn.staticfile.org/babel-polyfill/7.12.1/polyfill.min.js
- https://cdn.staticfile.org/mathjax/3.2.0/es5/tex-mml-chtml.js
- https://cdn.staticfile.org/tailwindcss/2.2.19/tailwind.min.js
- https://cdn.staticfile.org/highlight.js/11.9.0/highlight.min.js
- https://cdn.staticfile.org/marked/9.1.6/marked.min.js
- https://cdn.bootcdn.net/ajax/libs/marked-highlight/2.0.6/index.umd.min.js
# Page navigation
nav:
- 首页: index.md
- 🏫 校园生活:
- 学校概况: school/overview.md
- 校区介绍: school/campus.md
- 良乡校区: school/liangxiang.md
- 食堂美食: school/dining.md
- 宿舍环境: school/dormitory.md
- 其他设施: school/facilities.md
- 教学设施: school/buildings.md
- 书院学院: school/colleges.md
- 趣味梗点: school/memes.md
- 北理黑话: school/slang.md
- 🎭 活动社团:
- 校园活动: activities/events.md
- 学生组织: activities/organizations.md
- 学生社团: activities/clubs.md
- 📚 学习竞赛:
- 奖项标准: study/awards.md
- 竞赛比赛综述: study/competitions.md
- 程序设计入门指北: study/xcpc_guide.md
- 📋 附录:
- 入学准备: appendix/preparation.md
- 周边设施: appendix/surroundings.md
- 重要图片: appendix/images.md
- 老乡群号: appendix/groups.md
- 致谢信息: appendix/thanks.md
# Copyright
copyright: Copyright © 2025 爱来自北京理工大学老登们