Hello, world
This is a test of the new drose.io blog system.
Posts are authored as raw HTML with a small meta.json file. No markdown. No build step. Just HTML and whatever it brings with it: images, embeds, interactive demos in iframes.
Each post is a self-contained directory:
content/blog/<slug>/
index.html
meta.json
assets/
figure-1.png
demo.html
The server wraps a shared layout around the post body, emits the right OG/Twitter/JSON-LD metadata, and that's it. More to come.