Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

201–210 of 257 posts

Re: Ask HN: Share your personal site

#203
https://qubyte.codes/

It’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

#205
post #184

https://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.

It took me a decent amount of time to understand the spacing on that URL before I finally clicked on it

Re: Ask HN: Share your personal site

#206
post #184

https://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.

Looks good! the only think I dislike is the icon pack, might wanna look into changing it

Re: Ask HN: Share your personal site

#207
Starting blogging again after a decade long hiatus:

https://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.

https://www.hypertext.plus/

https://github.com/russellbeattie/hypertext-editor

https://github.com/russellbeattie/hypertext-blogmaker

Re: Ask HN: Share your personal site

#209
Here’s me: https://luciano.laratel.li/

I 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

#210
post #105

My 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…

What's the blog template? look really slick.
Post reply on HN