added a blog to the site this weekend. the stack ended up being:
content/posts/next-mdx-remote for serializationremark-gfm for tables and footnotesrehype-highlight for code blockseverything's static. posts get baked into the worker bundle at build time, so there's no database, no api, no runtime cost beyond serving the html.
just serving directly from the worker.