I've my github page, for some reason isn't processing the template, look at http://dleo.github.io/.
Do you have an idea what is wrong?
Thanks.
1 Answer 1
Upon checking your github repository https://github.com/dleo/dleo.github.io I have noticed that you have .nojekyll file which indicates you are using plain HTML site not a Jekyll site.
In order to make the templates work it should be a Jekyll site, please remove the .nojekyll file the the template will work.
answered Sep 25, 2017 at 5:54
seenukarthi
8,80310 gold badges51 silver badges75 bronze badges
Sign up to request clarification or add additional context in comments.