- commit
- 335dfae5c1ee33e721118574072caafc116d5950
- Author:
- Dan Ott <danott@users.noreply.github.com>
- Date:
- Wed Jan 17 20:33:20 2024 -0500
- Reply:
- GitHub
- Home:
- allow-empty
- Next:
- 1b99f2f4dda463d0a84db5e8d7b8455ba5add07e
- Prev:
- 09e70ee852f4c99d41d527880c0bb4218be02135
Keep experimenting with allow-empty
This is ironic. The experiment continues with a first commit that does
not require an --allow-empty
flag.
Turning commits into a static site is something I find fascinating. Even a month later.
I’ve taken what I’ve learned from building https://www.danott.co and
https://danott.website and distilled it down into a minimal
Rakefile
. The Rakefile
leans heavily into the origins of make
.
Generating static site files based on the existence of other static site
files.
I also took a first go at building GitHub Pages using a bespoke action. Here goes nothing.