Sha256: 31d7bfec638582e968cbc4e275f782f9e8efa84dc4a14e4e5033bee0867f1d2d

Contents?: true

Size: 771 Bytes

Versions: 11

Compression:

Stored size: 771 Bytes

Contents

# Howl

Howl is a tiny static site generator.

## File structure

    /pages
      index.html
      about.html
    /posts
      first-post.html
      my-cat-died.html
    /templates
      default.html
      alternate.html
    /site
      <generated files go here>

## Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

## Copyright

Copyright (c) 2010 Clinton R. Nixon. See LICENSE for details.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
howl-0.5.5 README.markdown
howl-0.5.4 README.markdown
howl-0.5.3 README.markdown
howl-0.5.2 README.markdown
howl-0.5.1 README.markdown
howl-0.5.0 README.markdown
howl-0.4.1 README.markdown
howl-0.4.0 README.markdown
howl-0.3.0 README.markdown
howl-0.2.0 README.markdown
howl-0.1.0 README.markdown