Metalsmith – A Pluggable Static Site Generator
Posted · Category: Framework, MIT License
Metalsmith is an extremely simple, pluggable static site generator. In Metalsmith, all of the logic is handled by plugins. You simply chain them together.
Metalsmith works in three simple steps: Read all the files in a source directory. Invoke a series of plugins that manipulate the files. Write the results to a destination directory. Since everything is a plugin, the core library is actually just an abstraction for manipulating a directory of files.
Requirements: –
Demo: http://www.metalsmith.io/
License: MIT License
0 Comments