-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
40 lines (33 loc) · 934 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Cuckoo Docs
theme:
name: material
custom_dir: overrides
font:
code: Roboto Mono
language: zh
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.top
- content.code.copy
repo_url: https://github.com/bhaoo/Cuckoo
repo_name: bhaoo/Cuckoo
copyright: Copyright © 2020-2023 <a href="https://dwd.moe/" target="_blank">Bhao</a>, under GPL-3.0 License.
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.keys
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- glightbox
extra_css:
- stylesheets/extra.css