-
Notifications
You must be signed in to change notification settings - Fork 24
/
mkdocs.yml
56 lines (53 loc) · 1.37 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
site_name: 北京工业大学课程资料共享计划
docs_dir: docs/
repo_name: 'bjut-swift/BJUT-Helper'
repo_url: https://github.com/bjut-swift/BJUT-Helper
theme:
name: material
language: zh
static_templates:
- 404.html
include_search_page: false
search_index_only: true
features:
- header.autohide
- navigation.tracking
- navigation.top
- search.highlight
- search.share
- search.suggest
- content.code.annotate
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: cyan
accent: default
- media: '(prefers-color-scheme: dark)'
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: default
accent: cyan
custom_dir: overrides
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
copyright: |
© 2024 <a href="https://github.com/bjut-swift" target="_blank" rel="noopener">BJUT-SWIFT</a>