Articles tagged with "jekyll"
- Nov 25, 2025
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...
- Nov 19, 2025
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...