|
|
|
|
|
by tombert
312 days ago
|
|
I currently use Hugo with a fairly lightweight theme for my blog, which I like ok, but my stuff is primarily text and I’ve debated trying to find something even lighter. The issue is that I do use pictures occasionally in my posts, and these aren’t just flavor, it’ll be graphs and screenshots and stuff. I also do use Javascript purely for the client-side search [1] and going hyper-minimal kind of means a rejection of JavaScript. Search isn’t strictly “necessary” but kind of nice. And that’s the recurring theme I keep finding; 99% of stuff can easily be converted to a dumb and fast text-only thing, but then there’s that one thing that makes me keep stuff bloated. [1] https://blog.tombert.com/posts/2025-03-12-search-v2/ |
|