Sha256: e780ef7459c5232649ed21037acd0fb050bde55683558d3076e35a6cf2bed0c1

Contents?: true

Size: 1.11 KB

Versions: 4

Compression:

Stored size: 1.11 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.)


## Missing (but Planned) Features

- Extract filters (like Slim, Sass etc.) to separate gems
- Customize folder behavior through Ruby
- 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

4 entries across 4 versions & 1 rubygems

Version Path
flutterby-0.0.7 README.md
flutterby-0.0.6 README.md
flutterby-0.0.5 README.md
flutterby-0.0.4 README.md