Skip to content

Files

Latest commit

author
Glenn Waters
Sep 2, 2015
31c9fe0 · Sep 2, 2015

History

History
29 lines (19 loc) · 885 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 885 Bytes

GOAT 2015 Website

Setup

The static website is generated using Jekyll, which is a Ruby based tool.

With Ruby installed, just run the following command to get the required gems installed

bundle install

Please note that this may take a while as libv8 is a large gem.

Run the server

jekyll serve

This by default will start the server on localhost:4000. You can view the English content at localhost:4000/en/ and the French content at localhost:4000/fr/

Images

All images are sized appropriately to reduce size. In addition, all images are run through tinypng.com to minimize their size. The goal is to help the site load as quick as possible by minimizing size of files. A non-critical TODO is to minify and combine files when/if possible.