I think being able to specify front-matter for Hugo would solve many of the challenges I’ve been running in to setting this up. I got to thinking about how to do that.
I’d like to suggest and request that the Micropub endpoint add any unknown/unexpected properties as front-matter.
For example, curl -L 'https://micro.blog/micropub' -H "Authorization: $MICROPUB" -d 'h=entry' -d 'snarf=mongler' -d 'content=Scruffy looking nerf herder!'
should add to the front matter for Hugo snarf: mongler
as a custom property.
The Micropub specification already expressly contemplates using and accepting unknown vocabulary, so I think this would be well within the spirit of the spec.
Thanks!