top | item 45454304

(no title)

EnigmaCurry | 5 months ago

> Anybody have something better?

I wrote this to publish Org docs to S3 - https://github.com/EnigmaCurry/s3-publish.el - I wanted something extremely lightweight, not even wanting to commit things to git like I normally would and waiting for CI to build something. Uploading html directly to S3 means it gets published in <1s from push.

discuss

order

sandinmyjoints|5 months ago

That's neat! For org, if it had an option to generate the HTML file name from slugifying the org file name instead of the salted hash, it could be fantastic for rapid lightweight blogging.

kstrauser|5 months ago

o-blog in the parent comment reminded me that I use to use a similarly named SSG called blogofile, and what do you know. Small world.

EnigmaCurry|5 months ago

yes I used to use it too :) I think I've written three or four SSG since then haha.