> For the complete documentation index, see [llms.txt](https://docs.token.rodeo/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.token.rodeo/docs/main/themes/overview.md).

# Overview

Rodeo is built with customization and theme ability in mind. While a default theme is provided, we hope that developers and designers take it even further!

## Theme development

The themes in Rodeo are built with the Handlebars templating language which enables a lot of customization without a lot of overhead. When running a build, everything is compiled into a static site that's blazing fast.

## Handlebars

Our templating language of choice lets you build semantic templates quickly and easily. You can learn more about it here:

* [Handlebars docs](https://handlebarsjs.com/guide/expressions.html)
* [Getting Started with Handlebars – Treehouse](https://blog.teamtreehouse.com/getting-started-with-handlebars-js)
