CLAUDE.md

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

Project Overview

Data Platform Design — a Jekyll static blog at dataplatformdesign.com focused on data platform architecture, engineering, and best practices.

Tech Stack

Common Commands

# Serve locally
bundle exec jekyll serve

# Build
bundle exec jekyll build

# Install dependencies
bundle install

Note: _config.yml changes require restarting the server — they are not hot-reloaded.

Blog Post Conventions

Front matter template

---
layout: default
title: "Post Title"
date: YYYY-MM-DD HH:MM:SS +0000
author: Peter
categories: [category1, category2]
---