Minifies HTML, CSS and JS of generated Pelican content.
Project description
Content minification for the Pelican site generator.
Installation and Usage
pelican-minification depends on the following packages that will be installed automatically, see below:
Install pelican-minification into your Python interpreter using pip:
pip install pelican-minification
Then add the plugin to the PLUGINS setting within your pelicanconf.py:
PLUGINS = [
...
'minification',
]
Upon calling the pelican command now, all HTML and CSS files are compressed automatically.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for pelican-minification-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c3b1c312171ef86164a0f12d86301d0816a73c090cff7fb3d863481da813228 |
|
MD5 | 05a86c131ed258ce8d329221152c0899 |
|
BLAKE2b-256 | 790a25cce2978327e071519935153ae92021346fcc90a0592d1fcc8c3c8e8c31 |