Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 972 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 972 Bytes

Craig Loewen's Personal Website

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.

Get Started Easily

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 and License

Copyright 2017 Craig Loewen under the MIT License