Skip to content

nicopap/bevy-website

 
 

Repository files navigation

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.

To check out any local changes you've made:

  1. Download Zola.
  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.

About

The source files for the official Bevy website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.1%
  • SCSS 33.0%
  • Rust 18.8%
  • Shell 3.2%
  • Python 1.3%
  • JavaScript 0.6%