Configure Your Site
Telar’s behavior is controlled through _config.yml, a YAML file in the root of your repository. It sets your site’s title, theme, language, Google Sheets connection, and feature toggles.
If you used the Google Sheets setup, you already have a working _config.yml. This section helps you understand what’s in it and how to change it.
In This Section
- Config Generator and Editor — Build a new
_config.ymlfrom scratch or load an existing one to edit - Configuration Reference — Complete list of every setting and what it does
- Config Validator — Paste your
_config.ymlto check for errors before committing