Overview
The public portfolio site for the Hyperpolymath ecosystem.
This repository serves the static GitHub Pages site that indexes projects, surfaces status context, and hosts shared visual assets (avatars). It is designed as a minimal deployable surface with a single HTML entrypoint and a curated asset catalog.
Quick Start
# Preview locally
xdg-open index.htmlWhat’s Included
| File/Directory | Purpose |
|---|---|
index.html |
Single-page site entrypoint |
avatars/ |
Project SVGs + helper scripts for asset management |
MAINTAINERS.adoc |
Ownership and maintenance notes |
LICENSE |
Palimpsest-MPL license text |
Directory Structure
hyperpolymath.github.io/
├── avatars/ # Project SVGs + helper scripts
├── index.html # Main site
├── MAINTAINERS.adoc # Maintenance notes
└── LICENSE # PMPL-1.0 license
Deployment
This repository is intended for GitHub Pages:
Push to the default branch
Enable GitHub Pages for the repository
Serve from the repository root
Maintenance
Add new projects by updating
index.htmland adding an avatar inavatars/.Keep the portfolio copy aligned with
register/REGISTER.mdinpalimpsest-license.
RSR Compliance
This repository is classified as RSR Infrastructure:
Single static page deployment
No build system required
Maintained asset catalog
License
Palimpsest-MPL License v1.0 (PMPL-1.0)—see LICENSE.
Architecture
See TOPOLOGY for a visual architecture map and completion dashboard.