I am trying to create a website using Github pages and Jekyll. After finding one preferred template, forking it, and running the website, I see that my website is not the same as the template.
I receive this error under "inspect element -> console":
Failed to load resource: the server responded with a status of 404 (Not Found)
A friend of mine said that Jekyll could not load the resource because this website is dynamic, whereas Github only hosts static pages.
Is it possible to host this template on GitHub?
Image of my website:
UPDATE: There seems to be missing a file titled modernizr.js which I could not find in the original repo. I created a new issue and hope the owners of the repo respond. This however is also shown when inspecting the original template. So this might not be the problem.
SECOND UPDATE: When I inspect both the original template, and my version of the website, under Sources I see that assest/css of the original template has two more .css files. My repo has those files, but my website does not seem to load them.

gh-pagesbranch? Also, themodernizr.jsyou seem to be missing can be sourced from the parent repo's site'ssource-code