Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 623 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 623 Bytes

This is Elliot Dickison's personal website, a basic Jekyll setup that wishes it was Middleman.

Installation

  1. Install Ruby and RubyGems
  2. Install Bundler with gem install bundler
  3. Install dependencies with bundle install

Development

Run jekyll serve to serve the site locally at localhost:4000

Deployment

The site is deployed with GitHub Pages, so just push changes back to GitHub to deploy.