Skip to content

bevyengine/bevy-website

Folders and files

NameName
Last commit message
Last commit date
Mar 28, 2025
Apr 1, 2025
Dec 2, 2024
Sep 25, 2024
Jan 26, 2025
Jan 26, 2025
Feb 27, 2024
Dec 13, 2024
Apr 1, 2025
Mar 31, 2025
Mar 8, 2025
Dec 13, 2024
Mar 8, 2025
Jun 15, 2024
Mar 18, 2024
Feb 29, 2024
Feb 14, 2024
Feb 21, 2024
Feb 15, 2024
Mar 12, 2024
Sep 26, 2024
Jan 7, 2025
Jul 30, 2024
Sep 3, 2020
Aug 16, 2024
Dec 13, 2024
Feb 21, 2024
Aug 16, 2024

Repository files navigation

Bevy Website

The source files for https://bevyengine.org. This includes official Bevy news, docs, and interactive examples.

If you would like to contribute, check out CONTRIBUTING.md and then submit a pull request!

Zola

The Bevy website is built using the Zola static site engine. In our experience, it is fast, flexible, and straightforward to use.

To check out any local changes you've made:

  1. Install Zola version 0.18.0.
  2. Clone the Bevy Website git repo and enter that directory:
    1. git clone https://github.com/bevyengine/bevy-website.git
    2. cd bevy-website
  3. Start the Zola server with zola serve.

A local server should start and you should be able to access a local version of the website from there.

Assets, Errors, and Examples pages

These pages need to be generated in a separate step by running the shell scripts in the generate-assets, generate-errors, and generate-wasm-examples directories. On Windows, you can use WSL or git bash.