Live website at http://seagl.org.
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.
- Install Jekyll Gem (and it's dependencies)
gem install jekyll
- Serve Jekyll
cd seagl.github.io && jekyll serve
- Navigate to http://localhost:4000
- OPTIONAL: Watch files for changes, rebuild _site automatically
jekyll serve --watch