I self host because I love writing code. It's inspired by Medium. It was built with Django and Svelte. I could have written the whole thing with Django but I wanted to learn Svelte, and I had plans of making it bigger and more interactive initially.
It's hosted on Render.
The website itself is built on Jekyll, but I want to switch to something else because I don't use Ruby/Gem for anything else and I can't be bothered to commit that stack to memory just for that.
Made with Hugo and hosted on SourceHut. I am not a developer but I can call myself tech-savvy I guess. I love to tinker on my blog a lot; inspire from and discover other blogs.
The static site is made with nextjs. This template: https://github.com/timlrx/tailwind-nextjs-starter-blog
https://mat.tl/blog/2024/10/29/migrating-from-wordpress-com-...
It is a static site using Jekyll and hosted on GitHub Pages. Although I'm not doing anything fancy, I'm surprised at how flexible Jekyll is when I try to add a feature.
I use GitHub Pages for hosting, Porkbun for the domain, and Astro for the blog itself. EZPZ to manage and very straightforward, plus Astro's docs are great.
(My blog: Fedorvin.com)
Quite simple stack: Jekyll on Github Pages.
Jekyll on GitHub Pages with various actions to automate stuff like calculating mileage statistics.
Editing via the GitJournal app.
VS Code for editing.
Points to Ponder
-> Use the basic Astro template for blogs. It is basically enough for a self-hosted blog needs. Using any of the third party themes/templates with a list of features has a bunch of disadvantages. It takes more effort to customize and upgrading to newer versions totally breaks the setup, sucking in hours of your time.
-> VS Code has plenty of Markdown Extensions. Markdown Preview and Frontend Masters come to mind.