Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 544 Bytes

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.