This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
jekyll server or rake previewjekyll server -Drake post title="Your Post Title"rake page name="your-page.md"npx prettier --write .This repository is a static blog built with Jekyll and the Jekyll Bootstrap framework.
_posts/: Contains blog posts in Markdown format (YYYY-MM-DD-title.md)._layouts/: Site-wide templates (e.g., post, page, default)._includes/: Reusable Liquid partials. Includes a JB/ subdirectory for Jekyll Bootstrap core components._plugins/: Custom Jekyll plugins (Ruby scripts)._data/: YAML/JSON data files used in templates.assets/: Static assets including CSS, JavaScript, and theme-specific files.img/: Image assets used in posts and across the site._config.yml: Main configuration file for Jekyll settings, site metadata, and permalinks.Rakefile: Contains tasks for automating post/page creation and theme management./:categories/:year/:month/:day/:title/.rake theme tasks in Rakefile).