Metalsmith alternatives

Metalsmith is a straightforward static site generator for NodeJS, designed to create static websites by processing source files and generating output files. It allows users to use plugins to manipulate content and build websites efficiently. Metalsmith operates by reading source files, applying transformations, and writing the results to a destination directory.

Alternatives