Posts tagged jekyll
Using tags on Github Pages
First of all, I do not have any solution for automatically creating tag pages automatically when they’re referenced. I’m not sure there’s any solution to that at all, but a shell script can trivially fill that gap. Once you accept that limitation the rest is fairly easy.
Embedded web content without all that JavaScript cruft
In an earlier blog post I wanted to embed some diagrams. Really I wanted SVG for clean scaling between devices, but I don’t have that format as an output option.
What I've learned so far about CSS, SVG, Liquid, and Jekyll
From the point of view of knowing almost nothing about how any web techology works, here’s a bunch of stuff I had to pick up to draw a picture in a GitHub-powered blog.