A blog that’s simple to use, easy to read, but hard to take down.
There’s nothing particularly innovative or unusual here, that’s kind of the point.
There are platforms that do a lot of this work for you (Fleek is a good example), but I don’t want to rely on any single vendor. If any piece of the stack changes or disappears, I can move to something else.
In a perfect world I’d run my own IPFS node, pin my own content, and depend on nobody. I’m not going to do that - I have limited resources.
The point of this blog is to write, not to run infrastructure.
So I’m using external pinning/hosting (Storacha / Pinata ). It’s not ideologically pure, but it’s good enough:
Importantly, I’m not locked in to any of the services I’m using.
Currently, each deployment produces a new CID, which means my ENS contenthash needs updating.
I haven’t found an elegant way to automate this, so I’m just manually updating my ENS record. It’s annoying, but it’s not a disaster.
The repo is public , so feel free to fork it and use it for your own blog. The README should be self-explanatory - I wrote it for my future self when I inevitably forget how everything works.