Hugo and rust’s mdBook are supported out-of-the-box by Runway.
Just running runway app create
and runway app deploy
in your content
repository will build the site, and deploy and serve it with nginx.
We have an example for hugo on GitHub, but there is no Runway-specific configuration needed.
You can use any static site generator on Runway, as long as you add a Dockerfile
that does the build and starts the webserver.
The following example setups are complete sites - to deploy your existing site,
you’ll only need to copy the Dockerfile
from there: