This repository contains the content that is served on evolution2626.org.
This website uses the Jekyll templating system and is hosted as a GitHub page out of this repository.
- Ruby (should come with OS)
- bundler (should come with Ruby)
- Jekyll
-
While in cloned folder, run:
bundle install
-
To start Jekyll, run:
bundle exec jekyll serve
-
Navigate to
localhost:4000
to view the output of the site.
This software is protected under the MIT license. Basically, do whatever you want as long as you give credit where credit is due and don't hold us liable for anything that happens. More information can be found in LICENSE
.