Hello!
I’m currently re-building my website with Kirby and wanted to write a plugin that updates fields after a page is published.
I want to write a plugin that can post to Mastodon, Bluesky, etc. and keep track of published statuses for a page, so I thought I could add metadata to the page like so:
backlinks:
- app: Mastodon
link: https://some.instance/@User/1923749201
- app: Bluesky
link: https://bsky.app/profile/someone.bsky.social/post/123odjdb1
I’m lost how to write the data to the page. I’d like to have it somewhat structured (as shown here), but am not commited to YAML. JSON would work as well.
Any help greatly appreciated!