Agents Guide for ganesh47.github.io

This repository powers Ganesh Raman’s public blog using GitHub Pages and the Minimal Mistakes Jekyll theme. Use this guide as the control room for any agents automating content, configuration, or maintenance work in the project.

1. Mission Overview

2. Repository Map

3. Local Development Workflow

  1. Install Ruby (>= 2.7 recommended) and Bundler.
  2. From the repo root run bundle install to resolve gems (GitHub Pages bundle will pin compatible versions).
  3. Serve locally with bundle exec jekyll serve (add --livereload if desired). The site will be available at http://localhost:4000.
  4. Use bundle exec jekyll build for production builds; artifacts generate under _site/ (ignored by default).

4. Content Operations

5. Configuration Touchpoints

6. Observations & Follow-Up Tasks

7. Agent Playbook

Treat this document as the canonical briefing—update it whenever new features, workflows, or automation hooks are introduced.