This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Description
Pulled the repo and attempted to launch it using jekyll serve but received errors such as the folowing:
ERROR `/assets/themes/resources/bootstrap/css/bootstrap.min.css' not found.
Figured out through testing the folder structure had a folder named bootstrap in the assets/themes folder that contained both the css and resources folders. Moving these folders out of the bootstrap folder and into the containing themes folder fixed the issue.