Ask HN: What's your blog / portfolio stack?
31–40 of 49 posts
Re: Ask HN: What's your blog / portfolio stack?
#32Family blog: Markdown files edited with Obsidian, site built with Quartz, hosted on Cloudflare
Re: Ask HN: What's your blog / portfolio stack?
#33I wrote a custom web-based editor that lets me conveniently edit all the files from any device including mobile.
Re: Ask HN: What's your blog / portfolio stack?
#34Re: Ask HN: What's your blog / portfolio stack?
#35Github CI/CD publishes my main branch to Azure AppService.
Blog: https://clintmcmahon.com
Re: Ask HN: What's your blog / portfolio stack?
#36When I did blog, it went through different tech eras. My biggest tech era was simply using Go and compiling the entire blog to a static binary and deploying with rsync/systemd.
I then moved from Go to Rust doing the same thing (static binary, all assets/html/etc baked in).
Re: Ask HN: What's your blog / portfolio stack?
#37Ghost self-hosted in a container setup using a Hetzner VPS.
Planned:
Astro website with Ghost as a headless CMS, possibly using Obsidian or Outline wiki to draft posts and push to Ghost using an automation workflow like n8n.
Re: Ask HN: What's your blog / portfolio stack?
#38Re: Ask HN: What's your blog / portfolio stack?
#39Re: Ask HN: What's your blog / portfolio stack?
#40Handwritten HTML served from a RPi and cached with CloudFlare. I wrote a custom web-based editor that lets me conveniently edit all the files from any device including mobile.
Write the html once, and it's good forever, really. Everything can be permalinked with authority. No reason to 're-render' your site again and again because you want to change the user interface - both of those are handled by CSS and JS.
You need to edit? Load up your FTP editor and work on the html file live, like a leet hacker! ...but I do succumb to using S3 due to its low monthly cost for hosting my 13gb 'personal' website. Too many hosted audio files...