Commit Graph

5 Commits (master)

Author SHA1 Message Date
dozens 77a3c87170 rectoad and recowl
big change. ripped out retroforth because it was kind of slow. put the
whole thing in a recfile. surprising nobody. the difficult thing about
this change (although i am otherwise happy) is that the source is a
single file, the rec database at `/db/database.rec`. this makes it
impossible (as far as i know) to to an incremental build such as with
make(1) because the source file, as soon as you update it, is
immediately newer than all of the target files. so everything gets
rebuilt on every build. so i just build everything anyway for now. until
i can figure out something better.

also i export the comic to gemini, which you can find at the link below.

gemini://tilde.town/~dozens/comic
2024-01-07 17:10:35 -07:00
Stef Dunlap c6b12cd331 Use git for pub date in RSS
I noticed that the RSS feed was using stat to figure out when a file was
modified for its pub date. This has the unfortunate side effect that the
comics are out of order in the RSS feed based on if they are modified
(e.g. for a typo.) This uses git to find out when the file was first
introduced and uses that as the pub date. A note, the file will first
have to be committed before updating the RSS feed, so the steps may look
something like

	just build
	git commit .
	just rss
	git commit .

Hopefully that's not too cumbersome.
2022-08-25 14:22:13 -04:00
dozens cba0095411 🛠 feed? 2021-12-23 15:18:16 -07:00
dozens 40411d667f fix(rss): add files from root dir only 2021-08-29 14:58:44 -06:00
dozens c7d0d07c24 feat: toad.md v0.0.1 2021-08-29 14:41:33 -06:00