Rockford Lhotka

VP, Open Source Creator, Author, Speaker

CLAUDE.md

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

Project Overview

Jekyll-powered technical blog for Rockford Lhotka, hosted on GitHub Pages at blog.lhotka.net. Content focuses on CSLA .NET, Blazor, AI/LLMs, MCP, and software architecture.

Build & Deploy

There is no local build system (no Gemfile, package.json, or Rakefile). GitHub Pages automatically builds the site with Jekyll on push to main.

To serve locally (requires Ruby + Jekyll installed):

jekyll serve
# Site at http://localhost:4000

Architecture

Creating a New Blog Post

File naming: _posts/YYYY-MM-DD-Title-With-Hyphens.md

Front matter template:

---
layout: post
title: Post Title Here
postDate: 2026-01-11T18:02:53-06:00
categories: []
tags: []
published: true
permalink:
image: /assets/2026-01-11-Post-Title/featured-image.png
---

Image Conventions