AI-personas

Personas I’ve created for personal use

🌐 Website

Visit the live website to browse all personas: GitHub Pages Site

📋 Available Personas

🚀 Setting up GitHub Pages

To enable the GitHub Pages website for this repository:

  1. Go to your repository on GitHub
  2. Click on Settings tab
  3. Navigate to Pages in the left sidebar
  4. Under Source, select Deploy from a branch
  5. Under Branch, select the branch containing the website (e.g., main or copilot/publish-github-hosted-website)
  6. Select /docs as the folder
  7. Click Save

The site will be published at https://<username>.github.io/AI-personas/

📁 Repository Structure

.
├── AI-Technical-Expert       # Original persona file (Dr. Bonroe)
├── README.md                 # This file
└── docs/                     # GitHub Pages website
    ├── index.html            # Landing page
    ├── styles.css            # CSS styling
    ├── .nojekyll             # Prevents Jekyll processing
    └── personas/
        └── ai-technical-expert.html  # Dr. Bonroe persona page

✨ Features