Skip to content
forked from gwww/goat-2015

Gatineau-Ottawa Agile Tour 2015 website

Notifications You must be signed in to change notification settings

spurkis/goat-2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Gatineau-Ottawa Agile Tour 2015 website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.4%
  • CSS 24.1%
  • Ruby 3.5%