Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Go to the URL for the webserver (likely `localhost:1111`) to explore the site.

### Adding to the site

Please create a new branch for your changes and open a PR. Reviews are mandatory. Builds are
Please create a new branch for your changes and open a PR. Reviews are mandatory. Builds are automated via CI.

## Built with

This project is build and run using [Zola](https://www.getzola.org/), a Rust-based static site generator.
This project is built and run using [Zola](https://www.getzola.org/), a Rust-based static site generator.

Under the hood, Zola uses [Tera](https://keats.github.io/tera/) for templating.

Expand Down