Config Validator
Paste your Telar _config.yml below to check for common configuration errors. The validator checks YAML syntax, required fields, and Telar-specific settings.
Your configuration is never sent to any server — everything runs in your browser.
What this checks
- YAML syntax — Catches parse errors, tab characters, and unclosed quotes, with line numbers
- Required fields — Ensures
title,url, andbaseurlare present and properly formatted - Telar settings — Validates theme names, language codes, Google Sheets URLs, and baseurl formatting
- Helpful warnings — Notes about default settings, common GitHub Pages pitfalls, and the read-only section
See also
- Configuration Reference — Full list of all
_config.ymlsettings - Config Generator and Editor — Generate or edit a
_config.ymlfile - Quick Start — Step-by-step setup guide