-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (34 loc) · 880 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (34 loc) · 880 Bytes
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
theme:
name: material
palette:
scheme: default
primary: indigo
accent: indigo
language: zh
logo: assets/logo.jpg
font: false
features:
- navigation.instant
- search.suggest
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/extra.css
nav:
- index.md
- donate/index.md
- install.md
- 额外功能:
- additional-features/login-commands.md
- additional-features/server-switch.md
site_name: Dyfused Organization
repo_url: https://github.com/dyfused/dyfused.github.io
site_description: Official Site of Dyfused Committee
site_author: Dyfused Committee
copyright: CC-BY-NC (Articles and Images, if not mentioned)