Rubedo

Templating

Rubedo uses the Tera template engine. You can refer to its documentation for how to actually use it to create your own theme.

In Rubedo 1.0.0, Tera has been upgraded to version 2.0. This upgrade comes with some small breaking changes in how templating works. If your website fails to render after upgrading, you might want to consult Tera's v1 -> v2 migration guide.

Context

Inside your templates you can use the site and page variables, provided by the context. Here's a rundown of what they contain.

Filters, functions and tests

Provided by tera-contrib

You can find out more about tera-contrib on their docs.rs page

Provided by Rubedo