MatheusRich / bevy-website

The source files for the official Bevy website

Home Page:https://bevyengine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://bevyengine.org

License:MIT License


Languages

Language:HTML 48.2%Language:SCSS 32.6%Language:Rust 16.5%Language:Python 1.7%Language:JavaScript 0.8%Language:Shell 0.2%