Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

341–350 of 1001 posts

Re: Ask HN: Share your personal site

#350
https://repo.codegazer.io/

Basically a smorgasbord of articles I found online and things I actually wrote.

Mostly intended for personal consumption though, so I tend to intentionally break the site on a regular basis.

Everything here is written in Markdown / MDX. Hosting is done on cloud services (e.g. Google Drive, Dropbox, sometimes S3). All written in text editors, synced on the fly using either commands I built myself / the cloud service's desktop client.

No explicit build process before publishing, all markdown pages get converter on a per-request basis. That's why loading the page the first time could take a while.

Built mostly with Typescript, Next.js, Vercel, and Cloudflare.

Post reply on HN