Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 797 Bytes

pygame-web.github.io

pygbag logo

This is the CDN root used by Pygbag.

building the website

To build this mdBook website, install mdBook and run

mdbook serve --open

where the current directory contains book.toml.

To use the pagetoc and admonishment preprocessors, you need to install some Rust tools:

cargo install mdbook-pagetoc
cargo install mdbook-admonish

Without these tools, the book may not compile. They only provide helpful but nonessential rendering, so you comment out their respective section in the book.toml.