The code for the official Godot Engine website. A static site built using Jekyll.
The Godot Engine website is a static website that is generated offline using Jekyll. It serves as the public face of the Godot organization and community and is open source, allowing contributions from the community. The website only supports evergreen browsers and provides instructions on how to build and serve the site locally.
To build the website locally, follow these steps:
To serve the pages locally:
Deployment: The built version of the website is available on the published branch. The project is built automatically by GitHub Actions whenever the master branch receives a new commit. Locally, the website can be built in place and served from the _site folder.
The Godot Engine website is a statically-generated website built using Jekyll. It is open source and allows contributions from the community. The website supports evergreen browsers and provides instructions for building and serving the site locally. Deployment is handled through GitHub Actions.