Nov 8th 10am

Got micropub posting working on my site again through a Netlify function 👌

TLDR. My site builds from a GitLab repo. It’s using the same gulp script I was using before on my Digital Ocean server. The micropub API uses GitLab’s API to add a file to the repo which triggers a new build. The micropub API is just an adaptation of node-micropub-express library, but with all the express bits removed

Now the real question is do I keep this setup, or do I move my site fully over to Micro.blog hosting