File tree 2 files changed +51
-1
lines changed
2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 1
1
site_name : How To Cook
2
+
3
+ # Repository
4
+ repo_name : Anduin2017/HowToCook
5
+ repo_url : https://github.com/Anduin2017/HowToCook
6
+ edit_uri : " "
7
+
2
8
use_directory_urls : true
3
9
docs_dir : .
4
10
theme :
5
11
name : material
6
12
language : zh
7
13
features :
8
- - navigation.instant
14
+ - content.code.annotate
15
+ # - content.tabs.link
16
+ # - header.autohide
17
+ # - navigation.expand
18
+ - navigation.indexes
19
+ # - navigation.instant
20
+ - navigation.sections
21
+ - navigation.tabs
22
+ # - navigation.tabs.sticky
23
+ - navigation.top
24
+ - navigation.tracking
25
+ - search.highlight
26
+ - search.share
27
+ - search.suggest
28
+ - toc.follow
29
+ # - toc.integrate
30
+ search_index_only : true
9
31
palette :
10
32
- media : " (prefers-color-scheme: light)"
11
33
scheme : default
@@ -18,7 +40,34 @@ theme:
18
40
toggle :
19
41
icon : material/weather-night
20
42
name : Switch to light mode
43
+ icon :
44
+ admonition :
45
+ note : octicons/tag-16
46
+ abstract : octicons/checklist-16
47
+ info : octicons/info-16
48
+ tip : octicons/squirrel-16
49
+ success : octicons/check-16
50
+ question : octicons/question-16
51
+ warning : octicons/alert-16
52
+ failure : octicons/x-circle-16
53
+ danger : octicons/zap-16
54
+ bug : octicons/bug-16
55
+ example : octicons/beaker-16
56
+ quote : octicons/quote-16
21
57
58
+ markdown_extensions :
59
+ - admonition
60
+ - pymdownx.details
61
+ - pymdownx.superfences
62
+ - abbr
63
+ - pymdownx.snippets
64
+ - def_list
65
+ - pymdownx.tasklist :
66
+ custom_checkbox : true
67
+ - attr_list
68
+
22
69
plugins :
23
70
- same-dir
24
71
- search
72
+ - minify :
73
+ minify_html : true
Original file line number Diff line number Diff line change 1
1
mkdocs-material
2
2
mkdocs-same-dir
3
+ mkdocs-minify-plugin
You can’t perform that action at this time.
0 commit comments