awestruct 0.6.4
Awestruct is a static site baking and publishing tool. It supports an extensive list of both templating and markup languages via Tilt (Haml, Slim, AsciiDoc, Markdown, Sass via Compass, etc), provides mobile-first layout and styling via Bootstrap or Foundation, offers a variety of deployment options (rsync, git, S3), handles site optimizations (minification, compression, cache busting), includes built-in extensions such as blog post management and is highly extensible.
Gemfile:
=
install:
=
Runtime Dependencies (13):
Development Dependencies (6):
Requirements:
Any markup languages you are using and its dependencies. Haml and Markdown filters are touchy things. Redcarpet or Rdiscount work well if you're running on MRI. JRuby should be using haml 4.0.0+ with Kramdown. Compass and sass are no longer hard dependencies. You'll need too add them on your own should you want them. We also should be able to work with sassc.