/bevy-website

The source files for the official Bevy website

Primary LanguageHTML

Bevy Website

The source files for https://bevyengine.org. This includes official Bevy news and docs, so if you would like to contribute feel free to create 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. Check it out here!

To check out any local changes you've made:

  1. Download Zola.
  2. Clone the Bevy Website git repo and move to that directory:
  3. git clone https://github.com/bevyengine/bevy-website.git
  4. cd bevy-website
  5. 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.