How do You publish to your gemlog?
Jon
jon at shit.cx
Sun Dec 13 23:09:50 GMT 2020
I create a new post using `make new TITLE="the title"`. It sends a
template through envsubst to pre-fill some things then writes it to a
well-named file in a drafts folder.
When I'm finished writing, I move the document to the proper directory.
I then run `make update` to generate updated indexes and atom feed. Then
I commit and push the changes.
To deploy, I run `make publish` which ssh's into the server with agent
forwarding and does a git pull.
I don't do http or gopher, so there is none of that to deal with.
--
Jon
More information about the Gemini
mailing list