Sha256: e2f3b840e133b7b86bae08295f94b89d2dff0e36107bbe97d4e9bbf69ee8ae91

Contents?: true

Size: 876 Bytes

Versions: 1

Compression:

Stored size: 876 Bytes

Contents

# 0.2.1

## Features

### Multiple template engine support.

To change, remove existing template and create new template (e.g. retter.html.haml -> retter.html.erb).

### Skipping page binding.

You can skip following pages bind.

* profile.html
* entries.html
* feed.rss

If you want, add `allow_binding` configuration to Retterfile.

```ruby
# skip all pages
allow_binding :none

# allow only entries.html and feed.html
allow_binding [:profile, :entries, :feed]
```

## Bugfix

### Fix cache bugs.

Retter creates cache directory if not exists.

# 0.2.0

## Features

Pygments Support.

Pygments syntax highlight is now available.
To use, add a following line to Retterfile.

```ruby
renderer Retter::Renderers::PygmentsRenderer
```

## Improves

* Improved boot overhead of all command.
* Improved wait time for rebind (bind) command by cache.

# 0.0.1

It's first release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
retter-0.2.1 ChangeLog.md