2
votes

So I'm simply trying to host the polymer-starter-kit on git pages which should be easy enough in theory there's already a simple tutorial for how to do so here. The problem is after following all the instructions and navigating to my SKHolmes.github.io I get a 404 from github saying it couldn't load the resources, be that one or many. I can clearly see there is an index.html file in the root directory.

Here is the error enter image description here

Here is my repository enter image description here

Has anyone had a similar problem? Is there any tricks I'm missing?

1
The index.html you're looking at is in the /app folder not at the root. - David Jacquel
I did the same myself about six months ago: jptrainor.github.io - jptknta
You could try to make the repo again with no capitalisation. It looks like that github pages need to be lowercase. - Snekw

1 Answers

1
votes

Did you read the gh-pages doc? When you want username.gitub.io you need to push to the ´master´ branch, not the 'gh-pages' branch.