public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
haml /
name age message
file .gitignore Sun Sep 20 12:42:40 -0700 2009 Ignore /test. [nex3]
file README.md Sat Jun 20 00:39:46 -0700 2009 Add a rake task for building everything, includ... [nex3]
file Rakefile Sun Sep 20 12:45:36 -0700 2009 Generate the yardoc from the most recent tagged... [nex3]
directory src/ Wed Jun 17 15:25:25 -0700 2009 Add the basic staticmatic/compass template. [nex3]
README.md

The haml-pages and sass-pages branches contain the code for the Haml and Sass websites, haml-lang.com and sass-lang.com. The websites are automatically updated when the branches are pushed to github.com/nex3/haml.

These pages are compiled with StaticMatic, and use the Compass Sass framework. The Haml and Sass documentation uses YARD. To compile everything, run

rake build

To set up a local server for viewing updates for the site, run

rake preview