Ask HN: Share your personal site
421–430 of 1001 posts
Re: Ask HN: Share your personal site
#422Mine are: https://www.davewasthere.com/ travel site I created after getting locked up in 1999 while travelling in Russia. I stopped updating in in 2014, and stopped travelling in 2019. No idea why ;)
And https://davebeer.com/ as just somewhere to write random shite, with no real theme.
Just good fun and neither have any real purpose other than a semi-public, but obscure diary.
Re: Ask HN: Share your personal site
#423I also run a little BBQ cheet sheet app, at https://www.time2temp.com where I welcome pull requests for more times and Temps for BBQ.
Re: Ask HN: Share your personal site
#424Re: Ask HN: Share your personal site
#425Re: Ask HN: Share your personal site
#426used Hugo as site generator. Source is here: https://github.com/kkai/web-source
Re: Ask HN: Share your personal site
#427It's very minimal from a style standpoint, with no images except the SVG "logo", and all static. But for all of it's not much I really like how it's turned out.
There's a blog too, although I don't post NEARLY enough
(I'm also currently looking for work, https://aarontag.dev/resume.html)
Re: Ask HN: Share your personal site
#428Re: Ask HN: Share your personal site
#429blog: https://www.davidwparker.com/
portfolio: https://www.codenameparker.com/
app for my Youtube videos: https://www.programmingtil.com/
fun podcast site: https://www.listenaddict.com/
All are made with Svelte (SvelteKit for the first three and Sapper for ListenAddict). Rails API backend. PostgreSQL.