Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

joshuadowding/website

Repository files navigation

joshuadowding.github.io

Personal blog and portfolio.

CodeFactor

Installation & Deployment

Install Jekyll and Bundler:

gem install jekyll bundler

Navigate to the top-level project directory and install the dependent gems:

bundle install

Run the following command to serve the website locally:

bundle exec jekyll serve (optional: --incremental --host 0.0.0.0)