I have files marked with a line like this:
date: 2021-01-01
I’ve been usinng Solderpunk’s RSS feed generator so far.
=> https://tildegit.org/solderpunk/gemfeed.git Link
But it only does date by file creation date, which doesn’t work for me.
Any gemini RSS feed generators where the date can be drawn from a variable?
You must log in or register to comment.
I’ve ended up making a script which takes metadata, then using
touch -d (date)
to change the file’s modified date. The solderpunk script takes the flag--mtime
, which then sets the correct date.