carrah-site (Agent Notes)

This repo is the personal website for Carrah Lingo (home, about, blog, resume). It is a Jekyll site deployed via GitHub Pages with a custom domain (carrahlingo.com via CNAME).

Stack

Key Paths

Responsive Design Notes

Local Development

Prereqs: Ruby + Bundler.

bundle install
bundle exec jekyll serve --port 5000

Notes:

Deployment

GitHub Actions builds and deploys on push to main (and via manual dispatch):

See .github/workflows/pages.yml.

Git Discipline (Required)

Any time you make a meaningful change (behavior, content, styling, build/deploy config), create a git commit with a helpful message.