Articles in jekyll

  • Faking A Pager In Jekyll

    Published in programming

    While creating this site I wanted to mount the blog files under blog/, but still have the home page be the first page of posts. Getting the first page of posts on the home page was no problem. Due to the way that Jekyll does its pagination though, getting the actual pagination links to show up was a different story.

  • Building This Site

    Published in programming

    After putting it off for so long, I finally decided to join the early 2000s and put up a personal site for myself. With that decision came the question of what to build the site with. I settled on Jekyll for generating the site, Foundation for the design framework, and Github Pages for hosting the site.