Posts in category jekyll

AutoPage Category jekyll Page 1 of 4

This page is automagically created and paginated for each category available in the posts on this site

Jekyll and Hash Arrays

Having just once again suffered through the dimly remembered pain of learning about Jekyll, Liquid, and hash arrays, I am recording it here to save myself the next time I go for a few years between dealing with it. Official documentation does not say this (enough?), I guess because they think, "They can't, so let's not bother talking about it." This leaves the experienced programmer new to Liquid going "I should be able to do this, why can't I just assign myHash = { one: 1, two: 2 } or ["one" => "1", "two" => "2"] or some combination of braces and quotes or other punctuation? Do I just have the syntax wrong???"

Read more

Actually Static Comments

Many and varied are the ways to add comments to your static website. Most of them involve subscribing to services which, if you're running your own domain on your own server, might strike you as the wrong solution. "But," you might say, "if I want to have a comment system on my own site, it would not be static anymore. CGi's are so '90s and who needs the attack vector?"

Read more

Subscribe to the jekyll category

Subscribe to this blog