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

Awestruct

285 stars
81 forks
51 issues
Home page
http://awestruct.org/
Repository
awestruct/awestruct
Language:
Ruby
License:
MIT
Templates:
Haml

Awestruct is a framework for creating static HTML sites, inspired by the Jekyll utility in the same genre.

Awestruct makes it trivially easy to create non-trivial static websites using tools like Compass, Markdown, and Haml, as well as common frameworks like Twitter Bootstrap and Blueprint.

The core concept of Awestruct is that of structures, specifically Ruby OpenStruct structures. The struct aspect allows arbitrary, schema-less data to be associated with a specific page or the entire site.

Site-specific data is automatically loaded from simple YAML files, while data can be provided on pages using a front-matter prolog.

Find more static site generators.