Metalsmith - a static site generator written in Node.js
An extremely simple, pluggable static site generator.
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!
Very simple yet powerful. Metalsmith is like gulp
but made for static website/content.