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.
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
.
- Clone this repository to somewhere on your Windows machine
- Installl Ubuntu on Windows
- Install jekyll
- Run
sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev
,nokogiri
will not work otherwise. - Navigate to
mnt/windows_drive/location/to/this/repo
using Ubuntu on Windows - Run
bundle install
- Run
bundle exec jekyll serve
to begin a localhost session of the website - Navigate to
localhost:4000
Assuming jekyll is installed:
- Clone this repository
- Run
bundle install
- Run
bundle exec jekyll serve
to begin a localhost session of the website - Navigate to
localhost:4000
This project was initially forked from jglovier. If you are looking to start your own I highly recommend beginning from his/her template instead!