Skip to content

Files

Latest commit

fe737f2 · Aug 16, 2024

History

History
20 lines (12 loc) · 954 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 954 Bytes

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).