GitHub Pages crashing when trying to load resources with error 404

1

I tried uploading a project I had done some time ago, and when I use the GitHub pages to play online, I find it difficult to render.

Thefilesitcannotloadareallinthe repository , I do not understand the difficulty that the GitHub pages are having to be rendered.

Here's a similar question in StackOverflow EN showing a similar problem but different from mine because I did not use it Jekyll.

  

Here is an example of how the page should be rendered, see that in localhost it works perfectly.

  

Thefigurebelowshowshowthepageisdisplayedvia remote access

  

Whenanalyzingtheproblem,Inoticedthatthelinkwherethecssis,isdifferentfromwhereitisactuallylocatedviaurl,notebelow:

Is it normal for this url not to hit the actual path of the file estilo.css ?

Can anyone help with how to resolve this issue regarding resource load failure on GitHub pages?

    
asked by anonymous 07.12.2017 / 21:15

1 answer

0

Apparently this problem was solved by removing the underline in the name of each folder, I had not noticed before because loading the pages took a long time to load and I had to remove this character of all the files, which took a while.

I can not tell you why this causes the problem of loading the content, but apparently solved it.

The problem has nothing to do with the amount of photos or videos uploaded, they actually weigh but do not prevent page loading.

  

The tip: Who put folder name with underline will not work

     
    

Example: _css or _javascript

  
    
09.12.2017 / 22:20