In this tutorial, you'll learn how to quickly build a static blog site using Elixir. This guide will walk you through converting .md files into in-memory content that can be rendered as a blog on your Elixir Phoenix website. You'll see how to use Phoenix components within your markdown files, which makes for rapid implementation and an impressive mix of static content and Phoenix components.

If you're as excited as I am, then yes, you can execute Phoenix components β€”both stateless components and LiveView module the middle of an .md file, and then convert and keep them as HTML in memory.

continue reading on mishka.tools

⚠️ This post links to an external website. ⚠️