Articles tagged with "jekyll"

  • pagination in jekyll steps

    ok, this is a stupid meta-post about me fiddling around with jekyll. i got pagination to work, and it wasn’t well documented on the jekyll site. here’s what i had to do: first, needed to add the gem to my gemfile: gem "jekyll-paginate", "~> 1.1" if you haven’t yet, stop...
  • first jekyll snag

    ah well. i hit my first jekyll snag. i was trying to add “pagination” to my blog posts here. it seems like it would be nice to limit the number of posts on this front page to, say, 8. and then of course, i’d want a “next 8 posts” type...