Live data from Hacker News

Ask HN: What do you use for your personal blog?

news.ycombinator.com

21–30 of 46 posts

Re: Ask HN: What do you use for your personal blog?

#21
HI,I made alexy.tech(its a work in progress) using a guide I found online. It uses notion as cms and github pages as host.

Guide Link:https://nerdymomocat.github.io/posts/introducing-webtrotion/

Since I am too lazy,I ony managed to publish one blog https://alexy.tech/posts/the-future-of-the-internet-more-rob...

Re: Ask HN: What do you use for your personal blog?

#26
I swapped away from Wordpress to Pelican, a static site generator written in Python. The theme is a heavily customized version of Octapress - and its really performant with zero third-party dependencies / network requests.

Plus I like that I can literally click a button in Obsidian which formats a note, compresses/optimizes the media, and pushes it up to my website. Frictionless blog posting FTW.

https://github.com/getpelican/pelican

https://mordenstar.com

Though... recently I've been thinking about swapping over to Astro because the grass is always greener.

Re: Ask HN: What do you use for your personal blog?

#28
post #10

I use Jekyll[1]. It's quite popular which implies that it's easy to search for answers online or find steps to some specific customization you might need. [1] https://blog.quipu-strands.com/jensens_inequality

Same, although I recommend not relying on GitHub pages for generating the site due to the age of the gems available on it. I've initially kept my blog compatible with it even though I'm serving it from my NAS, but I ended up ditching compatibility because of that in order to use more modern versions.

Re: Ask HN: What do you use for your personal blog?

#30
post #23

For my 3 blogs (info in my profile), I use Astro with markdown on Netlify, but will move soon to my own VPS.

Why would you move from a static host to a VPS for a blog?

To clarify, it’s about the server.

It still static, but will be served from my hardware rather than a PaaS.

Post reply on HN