AGENTS.md

Jekyll static site for personal portfolio and blog.

Dev Commands

bundle install          # Install dependencies
bundle exec jekyll serve  # Dev server at http://localhost:4000
bundle exec jekyll build  # Build to _site/

Content

Theming

Deployment

Pushes to main automatically deploy to GitHub Pages.

Notes