/seagl.github.io

Website for the Seattle GNU/Linux Conference

Primary LanguagePostScriptGNU General Public License v3.0GPL-3.0

SeaGL

Live website at http://seagl.org.

Running locally

This site runs using the built in Jekyll framework provided through Github Pages. To view it locally, you'll need to run your own Jekyll server.

  1. Install Jekyll Gem (and it's dependencies) gem install jekyll
  2. Serve Jekyll cd seagl.github.io && jekyll serve
  3. Navigate to http://localhost:4000
  4. OPTIONAL: Watch files for changes, rebuild _site automatically jekyll serve --watch