/mysky

LMU Hack@night 2018

Primary LanguageHTML

Jekyll & Bootstrap

Requirements

  • Ruby (including headers)
  • Jekyll

Setup

# http://jekyllrb.com/docs/quickstart/
$ bundle install
$ jekyll serve

Open http://localhost:4000.

Build

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.

Guidelines

HTML

  • Domain specific class (.callout) should come before general purpose class (.container)

CSS