The Macroquad website is built with the Zola static site generator and uses a heavily modified version of the AkiDocs theme (which is MIT licensed). The main difference in the Macroquad website theme from AkiDocs is that semantic CSS is used instead of Bootstrap.
- Fork & clone the repository
- Download Zola, using the version specified in
.github/worksflows/ci.yaml
- Run
zola serve
to start up a local web server for the site - Make changes develop locally
The site is hosted on GitHub Pages and gets deployed automatically when code is pushed to the source
branch using a GitHub Action.
Submit pull requests with changes to the source
branch (the default).