@bitbraindev you've put about 10x more effort into Jekyll than I have 😅 honestly for a staticgen it's overkill to have all these layers of complexity
I think I setup a container with the exact versions that github jekyll wants a few years ago out of frustration but I don't have access to that machine now
@sirdimples this is my newest setup: https://github.com/bitbrain/bitbrain.github.io
it's basically still hosted on Github via github pages (with custom domain) but I use the shalzz/zola-deploy-action to build the static files and push them into gh-pages branch. Very straight-forward now.
No more Ruby, zero dependencies!
@bitbraindev I looked at zola, it's nice! thanks for the source!
I went with Hugo, and you were right, it's not good for dev blogs, but I found a theme that tames it a little and makes it usable [Poison](https://github.com/lukeorth/poison)