-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (40 loc) · 900 Bytes
/
mkdocs.yml
File metadata and controls
46 lines (40 loc) · 900 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
40
41
42
43
44
45
46
nav:
- 主页: 'index.md'
- 老:
- 包工头日记: 'old/包工头日记.md'
- 新《地球开发商》:
- 主页: 'new/index.md'
- 总说明: 'new/earth developer.md'
plugins:
- markdownextradata: {}
markdown_extensions:
- abbr
- admonition
- smarty
- sane_lists
- attr_list
- md_in_html
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- def_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
theme:
name: material
language: zh
site_name: 地球开发商