This repo hosts the content for docs.qrypt.com
.
It's built using a static site generator called Hugo
The site itself is published automatically by GitHub Actions whenever changes are merged into the main branch.
- Open the repo in the devcontainer (needed to get the right version of Hugo)
- Make any desired changes in the content directory.
- Run
hugo --baseURL="https://QryptInc.github.io" --cleanDestinationDir
to build the site. - Commit all changes and make a PR.