Let’s talk about the Future of Jamstack — Join us

Blacksmith

556 stars
39 forks
22 issues
Home page
https://github.com/flatiron/blacksmith
Repository
flatiron/blacksmith
Language:
JavaScript
License:
MIT
Templates:
Plates

A generic static site generator built using flatiron, plates, and marked.

Blacksmith sites have a specific directory structure for storing the various parts of your site: settings, layout, partials, pages, and content. Content exists in two forms:

  • Markdown files that blacksmith will render.
  • Supporting content such as css and images.

All content will be rendered into /public. To render a blacksmith site:

Components

Each blacksmith site defines a hierarchical set of components which can be composed to create any type of site you want! A couple of examples:

  • A Blog
  • A Documentation Site
  • A Custom Splash Page or Content Site

Find more static site generators.