Updated the front-page of my personal website: https://roy-t.nl. It includes a 2D curl noise simulation that can run on various qualities :D. The blog part of the site (https://roy-t.nl/blog) still needs a facelift. But its based on #jekyll and I'm running into more and more problems with it. Wonder if I can easily replace it with another static site generator that keeps the URLs intact.
Roy Triesscheijn – Homepage

With regards to Jekyll. I'm not familiar with the Ruby ecosystem Every time I try to upgrade either Ruby or Jekyll on my machine I have to trouble shoot for hours. Really hampering my desire to update the blog. There are also extremely weird restrictions. For example, accidentally adding tab-characters completely breaks config files and an overview of posts can only be generated on a file called index.html.
@roytries I can recommend https://gohugo.io if you're looking for a jekyll replacement. I switched my Octopress site (also Jekyll based) after that project was no longer maintained and it became an unsortable dependency hell. There are plugins for jekyll compatibility, so switching is fairly simple. I managed to transform my theme within a day and retained most functionality, including URL/slug layout. Fast & easy!
The world's fastest framework for building websites

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.

@remco nice, I even want to rewrite the theme, so as long as the url pattern can match, I'm happy!
@roytries @remco not a pro here but why don’t you consider 11ty?