Commit descriptions are your personal blog
Published at Apr 4, 2026
For a long time I have an idea, that some of my thought about software development or new things, that I discover deserved special place on internet (and in history). But every attempt was short lived or even worse – died in the making.
func hello() {
fmt.Println("Hello world!");
}Huge amount of different tools and frameworks to build blog is daunghting. If I was only interested in posting stuff or publishing text – I would rather stick with Hugo and one of very cool themes for it: Blowfish or Simple.
It surely worked for a start, but soon enough I found that (as in every framework that simplifies start, but forces a lot of choisec upon you) it is hard and unintuitive get something different from already handcrafted themes or add custom elements to Hugo templates.
This is why I decided to take a look around and digged into Svelte.