-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
121 lines (116 loc) · 3.3 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
site_name: SAST Wiki
theme:
name: material
custom_dir: overrides
language: zh
logo: https://aliyun.sastimg.mxte.cc/images/2023/09/27/logode95c3e83201ee69.png
icon:
repo: fontawesome/brands/github-alt
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: cyan
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: cyan
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.tabs
- navigation.expand
- navigation.path
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- search.share
- header.autohide
- navigation.footer
- content.action.edit
- content.code.annotate
- content.code.copy
plugins:
- search
# - meta
- offline
- blog:
post_date_format: full
post_url_date_format: yyyy/MM/dd
post_excerpt_separator: <!--more-->
pagination: true
# - rss:
# match_path: blog/posts/.*
# date_from_meta:
# as_creation: date
# categories:
# - categories
# - tags
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/NJUPT-SAST
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/385170291
copyright: Copyright © 1992 - 2023 NJUPT SAST
repo_url: https://github.com/NJUPT-SAST/sast-wiki-md
repo_name: 文章仓库
edit_uri: /NJUPT-SAST/sast-wiki-md/blob/main/
nav:
- 官网: https://sast.fun
- 开始:
- 介绍: README.md
- 贡献: CONTRIBUTION.md
- 关于科协:
- 简介: sast/README.md
- 活动: sast/activity.md
- 架构: sast/architecture.md
- 项目: sast/project.md
- 科协文章:
- blog/index.md
- 南邮生活指南:
- 📑 主页: njuptwiki/index.md
- 📚︎ 学习: njuptwiki/study.md
- 😉 日常生活: njuptwiki/life.md
- 📅 校历: njuptwiki/calendar.md
- 🏝️ 校园社团: njuptwiki/clubs.md
- 🏫 建筑与设施: njuptwiki/facilities.md
- 📷 媒体: njuptwiki/medias.md
- 🚌 交通: njuptwiki/traffic.md
- 🗺️ 附近: njuptwiki/nearby.md
- 🆕️ 黄页: njuptwiki/yellowpage.md
- 🌐 服务: njuptwiki/services.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- assets/js/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://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css