Sha256: 7b8e21e102be88b6117523dad53c97579a575bc25a11e8677989c84ac80848be

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# Flutterby

A currently highly experimental static site generator. Yes, there are many like it;
but this one is mine. (Actually, there are none like it. Ha! I'm very serious about
the _experimental_ bit, though. Use with care, if at all!)


## Actual Features

- Build your site simply as a tree of files and folders. Each file will be converted according to its extension chain (eg. `styles.css.scss` will be rendered as `styles.css`, `about.html.md` as `about.html` and so on.)
- Built-in support for Markdown (by way of [Slodown](https://github.com/hmans/slodown)), [Sass](https://github.com/sass/sass), [ERB](http://ruby-doc.org/stdlib-2.4.0/libdoc/erb/rdoc/ERB.html) and [Slim](http://slim-lang.com/).
- A (slow) HTTP server to serve your site dynamically (for development.)
- Dynamically enhance your site's functionality with Ruby code.


## Missing (but Planned) Features

- Extract filters (like Slim, Sass etc.) to separate gems
- Produce a fun screencast to explain what the heck is going on here!
- More tests, of course!


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flutterby-0.0.8 README.md