--- layout: style_guide title: "Style Guide" excerpt: "An automated styleguide for colors, typography and UI patterns." body_class: 'styleguide' --- {% assign entries = site.colors %} {% assign componentsByType = site.components | group_by:"type" %} Select a Component Colors {% for type in componentsByType %} {{ type.name | capitalize }} {% for entry in type.items %} {{ entry.title }} {% endfor %} {% endfor %}