CLAUDE.md

CLAUDE.md

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

Project Overview

Personal blog at www.kerrywalker.uk built with Jekyll and the Hydeout theme (v4.2.0), hosted on GitHub Pages.

Common Commands

# Local development server (http://localhost:4000)
bundle exec jekyll serve

# Build site
bundle exec jekyll build

# Lint SCSS
npm run stylelint

Blog Post Format

Posts go in _posts/ with filename format YYYY-MM-DD-title-slug.md:

---
layout: post
title: Post Title Here
excerpt: Brief description for previews and SEO
tags:
  - home-assistant
  - predbat
---

Content in Markdown...

Architecture

Git Conventions

Customization Hooks

The theme provides empty includes for customization without modifying theme files: