A long-lived project that still receives updates
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.2.0.2
~> 0.10, >= 0.10.4
>= 1.5.10
>= 3.0

Runtime

~> 1.2, >= 1.2.6
~> 2.0, >= 2.13.0
~> 2.0, >= 2.1.2
~> 3.1
~> 2.2
~> 2.0
~> 1.0, > 1.1.1
~> 2.0
~> 2.0, >= 2.0.1
>= 4.0.5, < 6.0
>= 1.5.2
 Project Readme

Awestruct

Gem Gem

Requirements

Ruby 2.4 or later

Getting started

Install Awestruct using gem install awestruct. Then you can initialize an Awestruct project by running awestruct --init. To generate the static site use awestruct generate.

For more information

Please see the complete site at https://awestruct.github.io/.

License

Copyright (c) 2010-2024 Bob McWhirter and contributors (see git log)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

It also uses code from the Sequel project under the same license.