itumel
April 13, 2017, 9:44am
1
I have used Jekyll to generate my personal github website.
Here’s the source:https://github.com/itumel/itumel.github.io
The live demo is at: http://abeginnersguidetohackathons.com
The problem I am having is that although index.html works just fine. author/Sharon/index.html is not found. The same applies for tags. They cause 404.html to be displayed. What could be the problem?
rdyar
April 13, 2017, 4:17pm
2
I think it is because the template you are using is using plugins that are not supported by GH hosting.
In your repo there are some notes about this here:
https://github.com/itumel/itumel.github.io#how-to-use-it
itumel
April 14, 2017, 7:06pm
3
Thank you @rdyar .
At first I did not understand what is meant by using plugins that are not supported by GH Hosting.
But I now I kinda do.
What I did was generate my site on my local server. Then push only the contents inside the /_site/ folder to the remote server
Now my blog works as advertised…