stephenhu / bootstrap-haml

bootstrap haml template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bootstrap-haml

provides a minimal set of haml templates which leverage bootstrap to jumpstart web development. haml provides a concise syntax for html and leverages the ruby scripting language for flexibility. can be used with static site generators such as zizu.

requirements

  • bootstrap (tested with version 2.2.2)
  • haml
  • github account (free or paid)

installation

  1. fork the repository from github git clone git@github.com:stephenhu/bootstrap-haml
  2. download the latest bootstrap assets and unzip to the top level of the bootstrap-haml directory. unzip bootstrap.zip

convention

all 3rd party components like bootstrap or jquery should be stored in the top level directory e.g. bootstrap-haml/bootstrap, boostrap-haml/jquery

About

bootstrap haml template

License:MIT License


Languages

Language:JavaScript 100.0%