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.
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.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.