Ask HN: Share your personal site
181–190 of 1001 posts
Re: Ask HN: Share your personal site
#182I 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
#183Hugo based blog with a custom theme https://github.com/Erethon/hugo-HackThePlanet-theme.
Re: Ask HN: Share your personal site
#184personal blog, etc. haven't really done much for a few years, I've been attending to work and family more.
its actually built out of a common lisp system that fully embraces code/data paradigm, the non-blog content is wholly within the lisp. :)
Re: Ask HN: Share your personal site
#185crappy css, passable html, hasn't been updated in a while, but runs on a very old version of a home built hosting platform. very in need of updates.
it also hasn't had a hn "workout" recently.
Re: Ask HN: Share your personal site
#186A few years out of date...
Re: Ask HN: Share your personal site
#187Started on it in undergrad to have a place of my own for photos and programming projects. I've slowly expanded it for the past few years. Heavily inspired by Tom MacWright's https://macwright.com
Re: Ask HN: Share your personal site
#188Re: Ask HN: Share your personal site
#189My 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
Re: Ask HN: Share your personal site
#190Should have another fun post out within the next week!