Bromeon / bromeon.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website and API Docs infrastructure

Contains the source files for https://godot-rust.github.io and the CI infrastructure to generate real-time documentation from latest commits. This CI is based on GitHub Actions and offers the following workflow:

  • Supports gdnative and gdext repos.
  • Triggered via push to master and pull requests.
  • Runs cargo doc for the respective branch.
  • Creates an overview page with all active docs.
  • Deploys generated docs to the website.

The website is built with Zola, a static site generator implemented in Rust. We use a custom theme inspired by Blow, together with Tailwind CSS for styling.

About

License:Mozilla Public License 2.0


Languages

Language:HTML 53.0%Language:CSS 40.0%Language:JavaScript 6.8%Language:Shell 0.2%