Welcome to the repository of the documentation website located at https://docs.uitsmijter.io
We highly appreciate your contribution to this documentation. Please feel free to contact us on Discourse or on our Mastodon instance.
If you find a bug, please create an issue.
All content resident in the content directory as markdown files.
You can edit them locally in a docker environment.
Working live with the documentation files:
docker run -ti -v "${PWD}":/build -p 1313:1313 hugo serve --bind 0.0.0.0To create a static docker image:
./build.sh