Here We Go Again: Switching the SSG to Nanoc

2023-10-18

I just recently switched to jekyll for this website and was very happy at first:

There is one point, however, where things started to get hairy for me: the templating language Liquid. It seems so very limited! And that’s probably not just a feeling or my opinion but a fact. I have found other to report the same and taking a look at the docs, there is not much there. It is probably enough for most use cases but even while just trying to get what I consider “the basics” up and running, I found things that I was unable to realize with it. Compared to e.g. Embedded Ruby where you have the full power of Ruby available to work with, it almost seems like a joke.

Again: This is probably fine for the average person just trying to publish some posts. But I like powerful tools that provide more or less limitless possibilities to shoot myself in the foot, just in case that I want to. In a similar vein I was/am a big fan of FVWM and Exim which are both excellent examples of tools that give you opportunity to change a lot more aspects of their behaviour when compared with other tools in their domain. And since I am a very technically inclined person and don’t shy away from the complexity of these tools because I have the technical knowledge and mental capacity to deal with the complexity, they work very well for me.

So, after looking into the available SSG options again, filtering out the implementation languages I want to avoid (Shell, Javascript, Java, ASP, etc.) there were not many options left and I ultimately went back to an option I had tried before, albeit not very seriously: Nanoc for various reasons:

After working with it for a few days, I encountered some minor issues, made Pull Requests for them and the author reacted quite quickly, which is a big point in its favor as well.

There is only one thing I’m quite unhappy about: there does not seem to be an active community around it. There is no IRC channel, not even an unofficial one, with people in it. There is a gitter chatroom but it seems very much inactive. So the only way to get support for it seems to be generic forums like some stackexchange site, or just contacting the author via GitHub issues, though that’s kind of abusive of the intention of the “issues” feature.

I hope this will be the last post reporting about me switching SSG for a while and it currently seems that there is a good chance for that: I was able to implement all the functionality I need or want in just a few days of work and almost everything seems quite elegantly solved for now:

There are only a few things I have not yet managed to achieve:

Please let me know what you think of the website (content, design, structure, everything) and the features I mentioned above or if you have any advice regarding my issue with minimizing/pretty-printing the HTML.

Tags:

Other formats: markdown