Expand description
§Built-in plugins
Ready-to-use plugins for common static site generation tasks.
MinifyPlugin— Minifies HTML files in the site output directory. With theminifyfeature enabled, also minifies.cssand.jsassets and walks the site directory recursively.ImageOptiPlugin— Logs image files for optimization (stub for external tooling).DeployPlugin— Logs deployment target after build (stub for CI integration).
Structs§
- Deploy
Plugin Deprecated - Deployment plugin stub.
- Image
Opti Plugin - Image optimization plugin stub.
- Minify
Plugin - Minifies HTML files and (with the
minifyfeature) JS/CSS assets.
Functions§
- minify_
css - ssg’s own CSS and JavaScript minifiers, re-exported so the whole minification surface lives behind one module.
- minify_
html - Collapses insignificant whitespace in HTML.
- minify_
js - ssg’s own CSS and JavaScript minifiers, re-exported so the whole minification surface lives behind one module.