42 Commits

Author SHA1 Message Date
dozens
eff98a2955 🐸🦉 2024-04-07 18:13:58 -06:00
dozens
e7d533d8a3 🐸🦉 2024-02-20 11:02:58 -07:00
dozens
8bcb311d85 🐸🦉 2024-01-17 22:37:59 -07:00
dozens
8eb58abedf 🐸🦉 2024-01-17 11:42:49 -07:00
dozens
4e63928a59 🔧 2024-01-17 11:41:56 -07:00
dozens
8a8e73cddf 🐸🦉 2024-01-14 13:54:17 -07:00
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
dozens
5b827eac20 webring 2023-11-06 21:20:07 -07:00
dozens
9b62285c0c 🐸🦉 2023-10-06 10:15:41 -06:00
dozens
bbb8613356 🐸🦉 2023-10-02 11:50:46 -06:00
dozens
57114a3a13 🐸🦉 2023-10-01 09:29:28 -06:00
dozens
652a21c2f0 💄 2023-08-23 21:52:18 -06:00
dozens
9d00fd4ef0 🐸🦉 2023-08-23 21:37:00 -06:00
e4ec1d7a5a Update 'src/00014.txt' 2022-12-01 16:39:26 +00:00
6434ed8ab7 Add 'src/00014.md' 2022-12-01 16:38:57 +00:00
dozens
19ebabd0cb 13 2022-11-04 07:29:42 -06:00
bbff6d9319 Merge pull request 'Use git for pub date in RSS' (#2) from kindrobot/protoadandsuperbowl:kr-fix_rss into master
Reviewed-on: http://git.tilde.town/dozens/protoadandsuperbowl/pulls/2
2022-08-25 18:27:15 +00:00
9b2c7b56ac Merge pull request 'Fix typo' (#1) from kindrobot/protoadandsuperbowl:kr-fix_typo into master
Reviewed-on: http://git.tilde.town/dozens/protoadandsuperbowl/pulls/1
2022-08-25 18:25:38 +00: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
Stef Dunlap
8b67b51e29 Fix typo 2022-08-25 14:21: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