Test .astro post
2018-11-25
Chuck you, Farley ||||
Instead of being based on .md or .mdx, this post content is in an .astro file. This is kind of interesting, but not really that interesting.
I mean it does let you use HTML, and also use your Astro components, in a post.
OTOH, though, the HTML has to be strict. Although you **can** export frontmatter this way (unlike with Astro's plain HTML support). You can't easily render content for an RSS feed, though, like you can with Markdown. Unless I missed it.
以上