This is the repo of my small online presence. Made using Jekyll, feel free to take a look around.
- Pull repo
cd
to folder- Run
bundle install
to install everything needed.
- Follow setup
- Run
bundle update
.
- Follow setup
- Run
bundle exec jekyll serve --open-url --livereload
http://localhost:4000
should open in your browser.
- Follow setup
- Run
bundle exec jekyll build
- Chuck the contents of
_site
up onto hosting.