Posts tagged jekyll

  • Using tags on Github Pages

    Suppose you want to include a list of tags to the top of each post, and you want those tags to link to a page which lists all posts which include that tag. There are plugins but none available on GitHub Pages1, so here’s my workaround.

    1. Maybe you can set up your own automation with more plugins available? 

  • 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.