Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awestruct/awestruct
A static site baking and deployment tool written in Ruby.
https://github.com/awestruct/awestruct
Last synced: 14 days ago
JSON representation
A static site baking and deployment tool written in Ruby.
- Host: GitHub
- URL: https://github.com/awestruct/awestruct
- Owner: awestruct
- License: mit
- Created: 2010-02-22T17:29:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T18:10:51.000Z (9 months ago)
- Last Synced: 2024-10-17T18:12:43.243Z (26 days ago)
- Language: Ruby
- Homepage:
- Size: 1.11 MB
- Stars: 289
- Watchers: 16
- Forks: 84
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-ruby-toolbox - awestruct - 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. (Content Management & Blogging / Static Website Generation)
- awesome-static - **Awestruct**
README
# Awestruct
[![Gem](https://img.shields.io/gem/v/awestruct)](https://rubygems.org/gems/awestruct)
[![Gem](https://img.shields.io/gem/dt/awestruct?color=blue)](https://rubygems.org/gems/awestruct)## 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 .
## 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.