pborenstein.dev
I observed all the happenings beneath the sun, and I found that all is futile and pursuit of wind.
  1. A minimal repo

    I want this repo to only ever have three commits.

  2. Dot Dot notation

    Dot notation lets you specify sets of commits.

  3. Rebase: How does it work?

    Rebasing has always confused me. When it works, I'm a little surprised. So I decided to try rebasing by hand. It's pretty neat.

  4. Render tables using lists in markdown

    Tables are hard to work with in Markdown. Here's an easier way that uses lists.

  5. Implementing categories

    When I was figuring out how collections work, I tried my hand at implementing a collection of collections. I called the things in the collection of collections categories.

  6. Working with collections

    Collections are a key concept of Eleventy, but they confused me at first. So I looked at the source to figure out how collections work.