We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
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 usePhoenix 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. β οΈ
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.