Hut supports clearing the README now
Use release version of hut
Add license
This repository demonstrates how to set a custom README with hut.
For this example a simple HTML file is used, but you could also generate the HTML in an additional step from a different file format like Org Mode.
Either use this command
hut git update --readme readme.html --repo
https://git.xenrox.net/~xenrox/custom-readme
or use an automatic deployment with a
build manifest.
If you want to go back to sourcehut's default way of rendering the
README from markdown, you can do this with
hut git update --readme ""
.