Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

181–190 of 1001 posts

Re: Ask HN: Share your personal site

#182
https://nilaykumar.github.io/

I recently redid mine to use org-babel with org-publish. I'm pretty happy with how it came out, though it's still slightly under construction. Maybe a little too much going on to be called 'minimalist' though.

Any criticisms or suggestions appreciated!

Re: Ask HN: Share your personal site

#189
https://utf9k.net/

My site has gone through a lot of iterations but I'm currently trying to balance some cool, newer features with a relatively simple codebase.

It's currently using Hugo w/ Markdown but there's also a couple things like a live player powered by server sent events which is neat.

I also have a bunch of blog posts and other things.

A cool trick is doing some content introspection with Hugo such as what images are missing alt tags: https://utf9k.net/debug/alt-text-missing/

Everything is open source too: https://github.com/marcus-crane/utf9k and for the API that powers the live player: https://github.com/marcus-crane/gunslinger

Post reply on HN