-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
117 lines (111 loc) · 3.08 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
site_name: Sjd_Wiki
site_url: https://sjd.wiki
repo_url: https://github.com/grey0520/sjd_wiki
theme:
name: material
features:
# - navigation.prune
- navigation.instant
- header.autohide
- navigation.tabs
- navigation.tracking
- navigation.top
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: teal
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Switch to system preference
language: zh
favicon: images/favicon.png
icon:
logo: material/wikipedia
nav:
- 主页:
- 欢迎: index.md
- FAQ: faq.md
- 参与: join.md
- 公共:
- 概览: public/index.md
- 正版软件: public/正版软件.md
- 邮箱配置: public/邮箱配置.md
- 专业:
- 概览: major/index.md
- CS#5: major/ComputerScience5.md
- 美食:
- 概览: food/index.md
- 美食店: food/restaurant.md
- 外卖平台: food/platform.md
- 支持:
- 捐赠: support/donate.md
- 赞助公示: support/sponsor.md
extra:
consent:
title: 请求 Cookie 授权
description: >-
我们在意您的隐私权。
我们用cookie存放您的访问情况和偏好,
用来测量我们文档的有效性与用户的搜索喜好。
如果你同意授权,我们的文档将会变得更好!
actions:
- accept
- reject
analytics:
provider: google
property: G-LS2Y43M6TD
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
social:
- icon: fontawesome/solid/paper-plane
link: https://t.me/+zvKy8APn87QwNWY9
- icon: fontawesome/solid/address-card
link: mailto:[email protected]
copyright: >
Copyright © 2022 - 2023 Group Sjd_Wiki –
<a href="#__consent">Change cookie settings</a>
plugins:
# - social:
# cards_color:
# fill: "#0FF1CE"
# text: "#FFFFFF"
# - tags
# # - git-revision-date-localized:
# # enable_creation_date: true
# - git-authors
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true