Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

981–990 of 1001 posts

Re: Ask HN: Share your personal site

#981
https://dsebastien.net

I write about programming, bootstrapping, personal knowledge management, learning, personal organization, and productivity. I also publish a weekly newsletter.

I recreated my blog when I was exploring Next.js a while ago, but it's been around for years before that.

There's nothing fancy. I enjoy writing using Markdown + MDX and the freedom it gives me to build and integrate custom React components in my articles. I try to limit their use though as it makes it harder to cross-post articles.

The source code: https://github.com/dsebastien/website-dsebastien

Re: Ask HN: Share your personal site

#987
I have two:

https://blmayer.dev https://saucecode.bar

The first runs on my RPi on my living room, it is more about me and my portfolio.

The second one is a blog, currently runs on GCP, but I'll put it on my RPi briefly.

I tried to make the minimalistic without losing style. So they look like a terminal and a very old computer respectively.

Re: Ask HN: Share your personal site

#988
https://www.owenyoung.com/en/

https://www.owenyoung.com/

I've used Zola to build both Chinese and English versions of my personal website, and one of my favorite parts is that I show the word count of the articles I've written so far in the header.

No Javascript, with a simple CSS file.

Post reply on HN