This is the code form my Personal Website. It uses Jekyll and Google analytics and is based upon a template from Start Bootstrap which can be found here: Start Bootstrap - Freelancer Jekyll Version
Freelancer Jekyll Version is a Jekyll build for the Freelancer portfolio theme based on Bootstrap created by Start Bootstrap.
This blog also used code from the Jekyll Doc's repository.
Just run this command to get started quickly with a container:
Build the image:
docker build -t jekyll .
docker run --rm -it -p 4000:4000 -v $(pwd):/usr/src/app -t jekyll
Copyright 2017 Craig Loewen under the MIT License