Started putting posts about legal tech recently.
Ask HN: Share your personal site
201–210 of 257 posts
Re: Ask HN: Share your personal site
#202https://www.allistergrange.com/ No blog, it's purpose is to show off projects/my cv. I'm proud how it turned out, it's quite a unique design.
On your CV there’s a dash at the start of the first bullet point, might need removing
Re: Ask HN: Share your personal site
#203It’s built with my own static site generator (my favourite thing to tinker with). I author posts in my own flavour of markdown. Page templates are good ol’ handlebars. It’s built with indieweb ideals in mind with micropub and webmentions implemented using netlify build plugins and functions.
Re: Ask HN: Share your personal site
#204https://blainsmith.com
Re: Ask HN: Share your personal site
#205https://eliothertenstein.com/ Inspired by an iPad-style layout, along with some other personal sites I admire. Not too fancy, just a home for my photos and some (not very much) writing.
Re: Ask HN: Share your personal site
#206https://eliothertenstein.com/ Inspired by an iPad-style layout, along with some other personal sites I admire. Not too fancy, just a home for my photos and some (not very much) writing.
Re: Ask HN: Share your personal site
#207https://www.russellbeattie.com/notes/
I write posts using Hypertext - my open source HTML Document Editor - and sync to S3 with a simple static blog generator. It's so nice to write essays using rich-text with the same CSS style as my site and not have to look at Markdown line noise and guess what the end result might look like.
Re: Ask HN: Share your personal site
#208Just a basic Jekyll template. I have had a 2 year break and recently got back into it. In that time I also forgot to renew my old .com domain and had it taken over.
Have had a few posts that previously got attention on Hacker News.
Re: Ask HN: Share your personal site
#209I was happy I could get the domain! Pretty simple hand-rolled server-rendered site using the kit-clj[0] and neat-css[1]. Main backbone of the site is here[2]. I used to use a CLJS SPA but it was overkill and not as nice to use (load times particularly.)
[0]: https://kit-clj.github.io/ [1]: https://neat.joeldare.com/ [2]: https://git.sr.ht/~luciano/laratel.li/tree/main/item/src/li/...
Re: Ask HN: Share your personal site
#210My blog is https://lukesalamone.github.io Nothing too fancy, just a static hugo site on github pages. I'm most happy with the search that I added, which all happens client-side. The index is only about 129 KB so I'll probably never hit a practical download size limit either. And because it's happening in the browser it's very responsive. If anyone is curious about the details I also wrote about that here: https://luk…