-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
48 lines (47 loc) · 1.07 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
site_name: Project Raki
site_url: https://www.nkuhole.com
site_description: 南开大学选课指南
theme:
logo: assets/glass-wine.svg
favicon: assets/glass-wine.svg
icon:
repo: fontawesome/brands/git-alt
name: material
language: zh
features:
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: deep orange
toggle:
icon: material/weather-sunny
name: 夜间模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: cyan
accent: cyan
toggle:
icon: material/weather-night
name: 日间模式
font:
text: 'Quicksand'
markdown_extensions:
- attr_list
plugins:
- social
- glightbox
- search:
lang:
- zh
- en
copyright: Copyright © 2018 - 2022 Project Raki
extra:
generator: false
repo_url: https://github.com/Shall-We-Dance/ProjectRaki
repo_name: Project Raki @Github
edit_uri: edit/main/docs/