Commit Graph

23 Commits (c6b12cd3310aeb4537942866591a45c5a86dafbb)

Author SHA1 Message Date
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 7fe0821867 12 2022-08-25 11:14:51 -06:00
dozens e5949e6abb 00011 2022-02-03 22:24:58 -07:00
dozens cba0095411 🛠 feed? 2021-12-23 15:18:16 -07:00
dozens de98a2a400 🛠 typo 2021-12-23 15:15:28 -07:00
dozens 8ad0b74598 add license 2021-12-01 07:57:42 -07:00
dozens ff0dae4ff9 10 2021-12-01 07:51:43 -07:00
dozens b88c449a35 typo 2021-08-29 20:57:51 -06:00
dozens 99f98d08ca chore: make source files
make a bunch of script text files
2021-08-29 16:33:09 -06:00
dozens 60376bc41c fix: panel 3
read to end of line
2021-08-29 16:20:47 -06:00
dozens 7381537f12 fix: panel one
it's a compromise. we don't print the separator line (`---`) any more,
but also you have to enter the blank lines you want in the source file
2021-08-29 16:20:47 -06:00
dozens 3d4c071864 feat: argument validation 2021-08-29 16:20:47 -06:00
dozens 9cab50e940 feat: remove make, add just 2021-08-29 16:20:47 -06: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
dozens 9bac5ecb70 🤱 2021-04-17 12:15:25 -06:00
dozens ae8c2d5e9a 🤱 2021-04-17 12:00:17 -06:00
dozens 0a3a56aba1 🐸🦉 2021-04-17 11:45:40 -06:00
dozens 25aa20e81b 🤱 2021-04-17 11:31:20 -06:00
dozens 62e951abac 🐸🦉 2021-02-26 08:28:46 -07:00
dozens 2c1eea101d 🐸🦉 2021-02-12 10:38:57 -07:00
dozens 53f367c1ec 🐸🦉 2021-02-11 17:10:24 -07:00
dozens 46cc7c074c 00001 2021-02-10 12:28:44 -07:00