Skip to content

thisiscap/www

Repository files navigation

Welcome 👋

This is the repo of my small online presence. Made using Jekyll, feel free to take a look around.

Things I forget

Setup

  • Pull repo
  • cd to folder
  • Run bundle install to install everything needed.

Keep up to date

  • Follow setup
  • Run bundle update.

Run locally

  • Follow setup
  • Run bundle exec jekyll serve --open-url --livereload
  • http://localhost:4000 should open in your browser.

Deploy

  • Follow setup
  • Run bundle exec jekyll build
  • Chuck the contents of _site up onto hosting.