This is Elliot Dickison's personal website, a basic Jekyll setup that wishes it was Middleman.
- Install Ruby and RubyGems
- Install Bundler with
gem install bundler
- Install dependencies with
bundle install
Run jekyll serve
to serve the site locally at localhost:4000
The site is deployed with GitHub Pages, so just push changes back to GitHub to deploy.