CLAUDE.md


CLAUDE.md

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

Commands

bundle install              # Install dependenciesbundle exec jekyll serve    # Run local dev server with live reloadbundle exec jekyll build    # Build to _site/

Architecture

This is a Jekyll static site deployed to GitHub Pages at prlic.io (CNAME). It uses a remote theme (iprlic/creative-theme-jekyll-new via jekyll-remote-theme plugin), so layout and styling files are not present locally.

Content is almost entirely in index.md — the homepage is a single-page site defined via YAML frontmatter sections (hero, services, CTA, contact). Editing the site means editing this file.

_config.yml holds global settings: site title/URL, Google Analytics ID, social links, and plugin configuration.

_data/footer.yml contains the footer copyright string.

The _site/ directory is build output — never edit it directly, it’s gitignored.

Key Details