a minimal PHP micropub endpoint for static sites, with media support
This is a micropub solution for static sites generated with Hugo. It will accept most actions as defined in the Micropub standard, and upon completion will invoke Hugo and rebuild your site.
This is based heavily off of the following projects:
This works for me, following the principles of self dog fooding. Rather then develop a universal widget that might work for all possible implementation, I built what I needed. Hopefully this serves as an inspiration for others, in the same way that those projects linked above heavily inspired me.