I observed all the happenings beneath the sun, and I found that all is futile and pursuit of wind.
-
A minimal repo
I want this repo to only ever have three commits.
-
Dot Dot notation
Dot notation lets you specify sets of commits.
-
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.
-
Render tables using lists in markdown
Tables are hard to work with in Markdown. Here's an easier way that uses lists.
-
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.
-
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.