Skip to content

Commit d10888a

Browse files
committed
feat: add plugin
1 parent c7f9aa9 commit d10888a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ plugins:
8080
shadow: true
8181
- search:
8282
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
83+
- minify:
84+
minify_html: true
8385

8486
hooks:
8587
- hooks/edit_url.py

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ mkdocs-glightbox==0.3.7
77
jieba==0.42.1
88
beautifulsoup4==4.13.3
99
gitpython==3.1.44
10+
mkdocs-minify-plugin==0.8.0

0 commit comments

Comments
 (0)