29-09-2025
Finally starting minimum Micropub implementation
Finally, I got the motivation and a Claude Pro membership to push myself over to a custom micropub implementation for this website, that will add to the journal & post entries. Currently the plan is that the media will live in a separate directory, and the markdown files will be compiled as usual. Let's see how this pans out. I am excited to be finally able to live the fantasy of being able to write without any of the hassles, and definitely not get bogged down into formatting fetish.
Still not entirely sure if there should be a draft workflow, I suppose I will find out soon enough when I have to run to my computer to edit the files and deploy edits. Being able to read drafts before publishing is definitely nicer, but I also don't want to create entire workflow just to be able to move that draft file over the finish line, but maybe it is worth it.
A little bit about the tech,
- NodeJS, because it works and I know my way around it.
- Dockerization, because I have a private registry to push images to.
- And a lot of Claude with Crush because I can't be bothered to look up documentation.
And then my plan is to move all the media stuff entirely to the media folder.