Skip to content

Instantly share code, notes, and snippets.

@aimeerivers
Created April 25, 2009 21:43
Show Gist options
  • Save aimeerivers/101765 to your computer and use it in GitHub Desktop.
Save aimeerivers/101765 to your computer and use it in GitHub Desktop.
Inspired by Ruby on Rails, Webby has layouts, partials and helpers, but no database,
so it’s ideal for small static content websites. You can write your pages in erb, textile,
haml, markdown. You can write Ruby code to generate navigator links, breadcrumb trails and
pagination. You run it all through a parser which converts to HTML files which can easily
be deployed to any web server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment