- Install the Hugo Framework extended version > 0.68
- Clone this repo
- Run
hugo server --minify
in root directory - Open your browser and go to http://localhost:1313 (or as indicated by hugo output)
- Run
hugo --buildDrafts
This repository uses Github Actions to automatically build and publish a static version of the XS-Leaks Wiki once a Pull Request is accepted. To bring Github Pages automation into Github Actions we use actions-gh-pages. To automatically build a website with the Hugo Framework, we use actions-hugo
The strategy used to give the workflow access to this repository uses a deploy_key which is privately set in this repository.