A collection of custom MkDocs plugins designed to extend Material for MkDocs.
Currently included:
- Minify: Minify HTML, JS, and CSS files globally or by scope to optimize your site's performance.
Install the plugins using pip from PyPI:
pip install papermoon-mkdocs-plugins
Enable one or more plugins in your mkdocs.yml
:
plugins:
- minify:
minify_html: true
minify_css: true
minify_js: true
This repository is licensed under the BSD-2-Clause License.