meta compiler (meta)

introduction

meta is an opinionated static site generator used to compile haml templates and markdown pages into html/css/js files. these pages can then be served from github pages or other static site services like bluehost. meta can also be used to test/preview static pages in your development environment without having to deploy into production.

requirements

  • ruby 1.9.2+
  • bundler
  • colorize
  • haml
  • highline
  • rack
  • redcarpet
  • sequel
  • sqlite3
  • thin
  • thor
  • tilt

installation

gem install meta

faq