I created a simple Jekyll blog by following the instructions in the Quick-start guide in http://jekyllrb.com/docs/quickstart/.
I changed the blog a little bit to suit my needs and was able to successfully implement these changes and view them locally. But, as soon as I deployed the blog on Github Pages, I get this
http://palpen.github.io/palpen_articles/
which is nothing like the local version of the site. What did I do wrong?
I'm new to all of this, so forgive me if my mistakes are trivial. The GitHub repository for the blog lives here:
https://github.com/palpen/palpen_articles
Thank you