Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.61 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.61 KB

Introduction

This website has been built using jekyll. It is currently being deployed live on Netlify using this repository. You can find the project live here.

Running

Windows

I recommend using Ubuntu on Windows, it is what I use personally to work on this website. I have this repository cloned on my Windows drive which I can access via Ubuntu on Windows by navigating to mnt, e.g. mnt/c/Users/Me/Desktop/resume-web.

  1. Clone this repository to somewhere on your Windows machine
  2. Installl Ubuntu on Windows
  3. Install jekyll
  4. Run sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev, nokogiri will not work otherwise.
  5. Navigate to mnt/windows_drive/location/to/this/repo using Ubuntu on Windows
  6. Run bundle install
  7. Run bundle exec jekyll serve to begin a localhost session of the website
  8. Navigate to localhost:4000

Linux

Assuming jekyll is installed:

  1. Clone this repository
  2. Run bundle install
  3. Run bundle exec jekyll serve to begin a localhost session of the website
  4. Navigate to localhost:4000

Credits

This project was initially forked from jglovier. If you are looking to start your own I highly recommend beginning from his/her template instead!