not-fl3 / macroquad-website

Automatically generated site with all macroquad examples
https://macroquad.rs
5 stars 17 forks source link

Macroquad Website

https://macroquad.rs/

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.

Developing

  1. Fork & clone the repository
  2. Download Zola, using the version specified in .github/worksflows/ci.yaml
  3. Run zola serve to start up a local web server for the site
  4. Make changes develop locally

Deployment

The site is hosted on GitHub Pages and gets deployed automatically when code is pushed to the source branch using a GitHub Action.

Contributing

Submit pull requests with changes to the source branch (the default).