This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
zola serve # Start local dev server with live reload
npm run build:watch --prefix tailwind # Watch Tailwind CSS changeszola build # Build static site to /public
npm run build --prefix tailwind # Production CSS (minified)
npm run build:dev --prefix tailwind # Development CSS (unminified)npm run updates --prefix tailwind # Check for updates (ncu)
npm run postupdates --prefix tailwind # Install and auditThis is a static portfolio site using Zola (static site generator) with Tailwind CSS.
- Tailwind compiles
tailwind/src/tailwind.css→static/css/styles.css - Zola builds templates + content →
public/ - GitHub Actions deploys to gh-pages on push
templates/- Tera templates (index.htmlhomepage,page.htmlgeneric)content/- Markdown content with TOML front mattertailwind/- CSS source, config, and npm scriptsstatic/- Assets served directly (images, generated CSS, CNAME)
- Dark mode enabled by default (
darkclass on html element) - Tailwind responsive prefixes for mobile-first design