Things I Learned.
A running log of things I’ve picked up — tools, commands, concepts, and small discoveries worth remembering.
Jekyll Liquid sort fails on missing data
2026-03-25
Sorting a missing data object in Liquid causes the GitHub Pages build to fail.
jekyllliquidgithub-pages
Git needs add, commit, and push
2026-03-25
Running git add without git commit means nothing gets pushed.
gitgithub