No pain updates with Roq
One of the most overlooked aspects when choosing a Static Site Generator (SSG) is how easy it is to keep your project up to date. Many developers have struggled with complex upgrade processes, dependency conflicts, and breaking changes when using traditional SSGs like Jekyll or Hugo.
One of the most overlooked aspects when choosing a Static Site Generator (SSG) is how easy it is to keep your project up to date. Many developers have struggled with complex upgrade processes, dependency conflicts, and breaking changes when using traditional SSGs like Jekyll or Hugo.
With Roq, upgrading is refreshingly simple.
Updating Roq: A One-Command Upgrade
Roq is built on Quarkus, which provides a streamlined upgrade process. To update Roq to the latest version, all you need to do is run:
roq update
This is equivalent to running quarkus update directly if you have the Quarkus CLI installed.
For more details, check the advanced documentation and the migration guide.