File tree Expand file tree Collapse file tree 2 files changed +51
-1
lines changed
Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 11site_name : How To Cook
2+
3+ # Repository
4+ repo_name : Anduin2017/HowToCook
5+ repo_url : https://github.com/Anduin2017/HowToCook
6+ edit_uri : " "
7+
28use_directory_urls : true
39docs_dir : .
410theme :
511 name : material
612 language : zh
713 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
931 palette :
1032 - media : " (prefers-color-scheme: light)"
1133 scheme : default
@@ -18,7 +40,34 @@ theme:
1840 toggle :
1941 icon : material/weather-night
2042 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
2157
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+
2269plugins :
2370 - same-dir
2471 - search
72+ - minify :
73+ minify_html : true
Original file line number Diff line number Diff line change 11mkdocs-material
22mkdocs-same-dir
3+ mkdocs-minify-plugin
You can’t perform that action at this time.
0 commit comments