All Projects → bevyengine → bevy-website

bevyengine / bevy-website

Licence: MIT license
The source files for the official Bevy website

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects
rust
11053 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

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.

Assets generation

Assets are generated using data from /generate/assets and crates.io using their datadump trough cratesio-dbdump-lookup. Please notice when unpacked, the crates.io dump fills about 500 mb.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].