← Back to tools
View AGENTS.md for Metalsmith
Metalsmith
Plugin-based static site generator written in JavaScript
Description
Metalsmith is an extremely simple, plugin-based static site generator. All functionality is provided by plugins that can be combined and chained, written and extendable in JavaScript.
AI Summary
Simple, plugin-driven static site generator where everything is a plugin
Capabilities
- + Generate static sites with a plugin pipeline
- + Chain plugins for custom build processes
- + Extend with JavaScript plugins
Use When
- → You want a highly customizable static site generator
- → You prefer a plugin-based architecture
Avoid When
- x You need speed (use Hugo instead)