Thank you. ElixirConf EU 2021 - short write-up from Michał Buszkiewicz

Build a reactive real-time Markdown-based website with Phoenix LiveView and PardallMarkdown

PardallMarkdown is a reactive publishing framework, where you can see it in action in a video tutorial. As opposed to static website generators (such as Hugo), with PardallMarkdown, you don’t need to recompile and republish your application every time you write or modify new content. The application can be kept running indefinitely in production, while it watches a content folder for changes and the new content re-actively gets available for consumption by your application.