Live data from Hacker News

Ask HN: What's your blog / portfolio stack?

news.ycombinator.com

1–10 of 49 posts

Ask HN: What's your blog / portfolio stack?

#1
Many people here post in some frequencies on their sites. I wonder what kind of frameworks you are using and what you can recommend.

In a shared web hosting environment I'm building a React site myself, but found myself not updating it as much as I can't build on the go and am thinking about returning to a classic CMS solution. Even though I dislike all the clutter WordPress comes with, I'm used to it after all these years.

Re: Ask HN: What's your blog / portfolio stack?

#2
It really depends on how deep you want to go, but the usual answer would be writing in Markdown and using Jekyll in combination with GitHub pages to present. This gives you a large amount of control and can be basically hosted for free, maybe the price of a domain. You can really get a lot out of this simple stack.

Re: Ask HN: What's your blog / portfolio stack?

#6
SvelteKit + Netlify. The editing workflow for my blog is slightly cumbersome, because I write locally in Obsidian (just in case I ever redesign my website again, nothing is lost) and then copy/paste into VSCode, then publish.

Once it's published, Brevo automatically picks up the RSS Feed to send out my daily newsletter, since I switched from long-form sporadic blog posts to a shorter-form daily newsletter.

I've used Hugo/Jekyll in the past and liked it, but I'm used to SvelteKit now so I just stick with it, plus I could always hook up a Headless CMS still if necessary.

Re: Ask HN: What's your blog / portfolio stack?

#8
It's a static website built with Jekyll. I'm serving it with NGINX from a DMZ container on a Proxmox instance located inside my apartment.

I might migrate to Hugo or another static site generator at some point because I'm too lazy to commit the Ruby/Gem stuff to long-term memory and I'm not using it for anything else.

Re: Ask HN: What's your blog / portfolio stack?

#10
Astro SSG deployed on git commit trigger to CloudFlare Pages. I write my content in markdown and commit to GitHub. Astro does the work on generating the static site. 100 score on PageSpeed Insights.

And apart from the domain, it’s free.

Post reply on HN