Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

321–330 of 1001 posts

Re: Ask HN: Share your personal site

#323
My personal site is https://spaulmark.github.io/ , and it serves as a showcase for the interactive web toys and tools I've made.

I also actively develop an online simulator of the reality show Big Brother at https://spaulmark.github.io/bb-bots/ . I've been working on it for about three years on and off.

Re: Ask HN: Share your personal site

#326
https://ahmet.im/ It's a blog with static HTML (Hugo) hosted on a Google Cloud Storage bucket (3 cents/mo) with a Cloudflare CDN for caching/TLS termination. I'm not good at frontend tech so it's just text with bootstrap.css.

I have posts in my blog dated as back as 2005. I migrated from my own DIY blog CMS in VBScript (classic ASP) –there was no WordPress back in the day– which I migrated to WordPress, and finally settled on static HTML compiled from Markdown.

Re: Ask HN: Share your personal site

#330
https://www.neilvandyke.org/

It's the same look for a couple decades. Used to be HTML tables, currently responsive CSS (see the 3 simple width modes).

Generated by an ancient Emacs Lisp program.

The late '90s version kludged a color-coded two-level tab site-wide navigation scheme out of `table` elements, no images. The only remaining example (with tab text removed) is: https://www.neilvandyke.org/lab-linux-1999/

Post reply on HN