meta compiler (metc)

introduction

metc is used to translate templates such as haml or markdown into static web pages. these pages can then be served from github pages or other static site services like bluehost. metc 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
  • haml
  • redcarpet
  • thor
  • tilt

installation

faq