- Ruby (including headers)
- Jekyll
# http://jekyllrb.com/docs/quickstart/
$ bundle install
$ jekyll serve
Open http://localhost:4000.
To build the site with scripts/stylesheets concatenated and compressed.
$ rake build
$ cd _dist
$ ruby -run -e httpd . -p5000
Or (in one line)
$ rake; cd _dist; ruby -run -e httpd . -p5000; cd ..
Open http://localhost:5000 to verify.
- Domain specific class (
.callout
) should come before general purpose class (.container
)