-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
44 lines (40 loc) · 949 Bytes
/
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
site_name: Beize
site_url: https://zyrouge.github.io/beize/
docs_dir: ./docs
repo_url: https://github.com/zyrouge/beize
repo_name: zyrouge/beize
edit_uri: edit/main/docs/
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
palette:
scheme: slate
primary: teal
accent: teal
font:
text: DM Sans
code: Roboto Mono
features:
- navigation.top
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- content.action.edit
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- tables
extra_css:
- assets/styles.css
copyright: Licensed under GPL-3.0
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/zyrouge/beize