Kindred Studio Logotype
Brand Strategy. Creative Excellence.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Build & Development

bundle install              # Install dependencies
bundle exec jekyll serve    # Dev server on http://localhost:4000
bundle exec jekyll build    # Production build (output: _site/)

Deployment

Architecture

This is a Jekyll 4.3 personal brand/portfolio site for a brand consultant. It combines a blog, podcast, and curated content sections.

Content Types

Layouts

Key Interactive Features

Styling

Single SCSS file: assets/style.scss (~2,350 lines). Dark theme by default with CSS variables. Key colors: bg #25343F, accent #10bb5a. Compressed output via Jekyll SCSS pipeline plus jekyll-minify-html-rs.

Plugins

jekyll-sitemap, jekyll-feed, jekyll-seo-tag, jekyll-archives, jekyll-paginate, jekyll-redirect-from, jekyll-minify-html-rs