Customization
Make Telar your own with themes, custom styling, and layout modifications.
Themes
Telar includes 4 preset themes that you can switch with a single line in _config.yml:
- Paisajes Coloniales (default): Terracotta and olive
- Neogranadina: Burgundy and gold
- Santa Barbara: Teal and coral
- Austin: Burnt orange and slate blue
Advanced Styling
For customization beyond the standard themes, you can modify CSS variables, layouts, and component styles.
Quick Theme Switch
Change your theme in _config.yml:
telar_theme: "santa-barbara" # Options: paisajes, neogranadina, santa-barbara, austin
Commit the change and your site will rebuild automatically with the new theme.