We used to use a static-site generator software called Middleman written in Ruby where I work, and while the software itself was probably very good, it was a nightmare because of its dependencies and the Ruby runtime.
Developers had to install the runtime, then get the dependencies and there would be problems with the gems and it would not work and just be a pain so we allocated time to migrated away from Middleman to Hugo written in Go and it was a bliss, it's super fast and have no dependencies, its all just in one single executable, no runtime, no dependencies.
Developers had to install the runtime, then get the dependencies and there would be problems with the gems and it would not work and just be a pain so we allocated time to migrated away from Middleman to Hugo written in Go and it was a bliss, it's super fast and have no dependencies, its all just in one single executable, no runtime, no dependencies.
Comment