This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Data Platform Design — a Jekyll static blog at dataplatformdesign.com focused on data platform architecture, engineering, and best practices.
minimal-mistakes (dark skin), via mmistakes/minimal-mistakes remote themegithub-pages gem)# Serve locally
bundle exec jekyll serve
# Build
bundle exec jekyll build
# Install dependencies
bundle install
Note:
_config.ymlchanges require restarting the server — they are not hot-reloaded.
_posts/ follow the naming pattern: YYYY-MM-DD-slug.mdlayout: default (not post) — using post will break renderinglayout, title, date, author: Peter, categories---
layout: default
title: "Post Title"
date: YYYY-MM-DD HH:MM:SS +0000
author: Peter
categories: [category1, category2]
---