https://github.com/kellenmurphy/kellenmurphy.com
Personal site and portfolio of Kellen Murphy — Identity Architect & SSO Subject Matter Expert at the University of Virginia.
https://github.com/kellenmurphy/kellenmurphy.com
github-pages jekyll personal-website portfolio
Last synced: 19 days ago
JSON representation
Personal site and portfolio of Kellen Murphy — Identity Architect & SSO Subject Matter Expert at the University of Virginia.
- Host: GitHub
- URL: https://github.com/kellenmurphy/kellenmurphy.com
- Owner: kellenmurphy
- Created: 2022-07-01T16:11:37.000Z (almost 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2026-06-04T22:37:32.000Z (19 days ago)
- Last Synced: 2026-06-05T00:12:31.461Z (19 days ago)
- Topics: github-pages, jekyll, personal-website, portfolio
- Language: SCSS
- Homepage: https://kellenmurphy.com/
- Size: 16.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [kellenmurphy.com](https://kellenmurphy.com)
Source for [kellenmurphy.com](https://kellenmurphy.com) — a Jekyll static site deployed via GitHub Actions to GitHub Pages.
## Local Development
```bash
bundle exec jekyll serve
```
## Structure
- `index.html`, `about.html`, `blog.html` — main pages
- `_md_pages/` — plain-text markdown alternates rendered at `/index.md`, `/about.md`, `/blog.md` for agent content negotiation (advertised via ``)
- `.well-known/` — machine-readable discovery documents (included in Jekyll build via `_config.yml`)
## `.well-known` Endpoints
| Path | Spec | Purpose |
|------|------|---------|
| `/.well-known/openid-configuration` | OIDC Discovery | Declares no active authorization endpoints |
| `/.well-known/oauth-protected-resource` | RFC 9728 | Declares no protected APIs or auth requirements |
| `/.well-known/agent-skills/index.json` | agentskills.io v0.2 | Index of machine-readable site metadata (API catalog, MCP server card) |
| `/.well-known/api-catalog` | RFC 9727 | API catalog listing site resources |
| `/.well-known/mcp/server-card.json` | SEP-1649 | MCP server card describing this site |
## Deploying
Push to a branch and open a PR against `gh-pages`. GitHub Actions picks up the merge and redeploys in ~30 seconds.