| Age | Commit message (Collapse) | Author |
|
This folder will be used to hold all website-building code.
At least until I change my mind and figure it's better to do it
otherwise.
|
|
Makes it impossible to rebase anything[^1]. Someday I'll run
update-count.sh as a pre-processing step for this website; in the
meantime, just get rid of it.
[^1]: Well, not *impossible*, just annoying. For every commit, the
rebase must be paused and the conflict resolved with:
$ git checkout --theirs -- README.md
$ ./update-count.sh
$ git add README.md
$ git rebase --continue
|
|
🤦
|
|
As long as this remains a bunch of plaintext notes, the name "README"
is more informative than "index".
|
|
Will probably come back to bite me when some URL will *literally*
contain "TODO".
|
|
|