Technical Guide: Building a Blog with Elixir, Phoenix, and NimblePublisher
By
shintoist
The bagel they save for the regulars. Don't skim, savour.
Summary
This article provides a technical guide on building a blog using Elixir and Phoenix framework, with NimblePublisher for generating blog posts from Markdown. The author explains their choice of Phoenix over static site generators, details the technical stack including self-hosted Dokploy on Hetzner infrastructure and bunny.net CDN, and shares their implementation approach as a reference for others interested in Elixir development.
Key quotes
· 4 pulledTL;DR: it's an Elixir app using Phoenix server side rendered pages, with the blog post pages generated from Markdown using NimblePublisher.
This is a very belated write up of how this blog was put together! There's nothing terribly original here, but I figure it could come in handy for someone out there as a reference.
And the world needs more Elixir content.
I have used static site generators before to power my blog (shoutout to Hakyll), but I wanted to...
You might also wanna read
WebSparks: An AI-Powered Tool for Building Web Applications Without Extensive Coding
WebSparks is an AI-powered software engineer that transforms ideas into fully functional web applications without requiring extensive coding
innovirtuoso.com·18h agoJoost de Valk publishes open Website Specification: 128 rules for modern, future-proof websites
Joost de Valk, creator of Yoast SEO, published the Website Specification (specification.website) — an open, platform-agnostic reference docu
ZX Spectrum BASIC interpreter rebuilt from scratch to run natively in web browsers
A developer has rebuilt the ZX Spectrum's BASIC interpreter from scratch to run in a web browser, without emulating the original Z80 hardwar
How to Set Up an Apache Reverse Proxy for an Ecommerce Website
This article provides a comprehensive, start-to-finish guide on setting up an Apache reverse proxy specifically for ecommerce websites. It c
blog.radwebhosting.com·2d agoImplementing live text search in React with Firestore Enterprise's built-in search pipeline
Firebase's Firestore Enterprise edition now includes built-in text search support. This article demonstrates how to implement live text sear
firebase.blog·2d agowterm: A DOM-based Web Terminal Emulator Powered by Zig and WebAssembly
wterm is a web-based terminal emulator that renders directly to the DOM, providing native text selection, copy/paste, find functionality, an
