You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2021. It is now read-only.
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.