GitHub Pages site for the harpertoken organization.
- Live: https://harpertoken.github.io
- Pages:
index.html,welcome.html,legal.html,cla.html - Assets:
assets/(CSS, JS, images, generated GitHub data)
- Sidebar: Team avatars with status dots, repos list, navigation
- Main area:
- Hero image and tagline
- Activity feed with recent org commits
- Graph visualization (21 cells showing recent activity)
- Library (harper release) + Site (site version) cards
- Contact and Social links
- Right sidebar: Open PRs and issues cards (real-time when Worker enabled)
- Theme: Light/dark mode (press
Cto toggle)
The homepage displays org activity fetched from GitHub. Data sources:
- Scheduled snapshot (default):
.github/workflows/fetch-github-data.ymlupdatesassets/github-data.jsonhourly. - Real-time proxy (optional):
cf-worker/(Cloudflare Worker) calls the GitHub API directly for live data.
When the Worker is enabled:
- Team status dots: Green = active <1h, yellow = active <24h, gray = older. Hover for exact time.
- Open PRs/Issues: Live counts and recent items in the right sidebar.
- Discussions: Recent discussions from a configurable repo.
- Library + Site releases: Latest versions in the main area cards.
No build step is required (static HTML). For local testing:
python3 -m http.server 8000Then open http://localhost:8000
The Worker fetches:
- Org repos
- Open PRs and issues
- Discussions from a configurable repo
- Team member activity for status dots
Configurable in wrangler.toml:
RELEASE_REPO- library release repoSITE_REPO- site version repoDISCUSSION_REPO- discussions repo
- From
cf-worker/, deploy with Wrangler:wrangler secret put GITHUB_TOKENwrangler deploy
- Point the site at your Worker:
index.html:<meta name="gh-proxy-url" content="https://YOUR-WORKER.workers.dev/status">
We keep changes small, readable, and easy to maintain.
Commit messages follow conventional commits:
- Start with a conventional type: feat, fix, docs, style, refactor, test, chore, perf, ci, build, revert
- Be lowercase
- First line ≤60 characters
Optional: enable the commit-msg hook locally:
cp scripts/commit-msg .git/hooks/commit-msg
chmod +x .git/hooks/commit-msg- Org: https://github.com/harpertoken
- Email:
harpertoken@icloud.com - Social: Bluesky + Patreon links are on the homepage