|
| 1 | +image:https://img.shields.io/badge/license-PMPL--1.0-blue.svg[License,link="https://github.com/hyperpolymath/palimpsest-license"] |
| 2 | +// SPDX-License-Identifier: PMPL-1.0 |
| 3 | += hyperpolymath.github.io |
| 4 | + |
| 5 | +:toc: |
| 6 | +:sectnums: |
| 7 | + |
| 8 | +// Badges |
| 9 | +image:https://img.shields.io/badge/RSR-Infrastructure-cd7f32[RSR Infrastructure] |
| 10 | +image:https://img.shields.io/badge/Phase-Maintenance-brightgreen[Phase] |
| 11 | + |
| 12 | +== Overview |
| 13 | + |
| 14 | +**The public portfolio site for the Hyperpolymath ecosystem.** |
| 15 | + |
| 16 | +This repository serves the static GitHub Pages site that indexes projects, surfaces |
| 17 | +status context, and hosts shared visual assets (avatars). It is designed as a minimal |
| 18 | +deployable surface with a single HTML entrypoint and a curated asset catalog. |
| 19 | + |
| 20 | +== Quick Start |
| 21 | + |
| 22 | +[source,bash] |
| 23 | +---- |
| 24 | +# Preview locally |
| 25 | +xdg-open index.html |
| 26 | +---- |
| 27 | + |
| 28 | +== What's Included |
| 29 | + |
| 30 | +[cols="1,3"] |
| 31 | +|=== |
| 32 | +|File/Directory |Purpose |
| 33 | + |
| 34 | +|`index.html` |
| 35 | +|Single-page site entrypoint |
| 36 | + |
| 37 | +|`avatars/` |
| 38 | +|Project SVGs + helper scripts for asset management |
| 39 | + |
| 40 | +|`MAINTAINERS.adoc` |
| 41 | +|Ownership and maintenance notes |
| 42 | + |
| 43 | +|`LICENSE` |
| 44 | +|Palimpsest-MPL license text |
| 45 | +|=== |
| 46 | + |
| 47 | +== Directory Structure |
| 48 | + |
| 49 | +[source] |
| 50 | +---- |
| 51 | +hyperpolymath.github.io/ |
| 52 | +├── avatars/ # Project SVGs + helper scripts |
| 53 | +├── index.html # Main site |
| 54 | +├── MAINTAINERS.adoc # Maintenance notes |
| 55 | +└── LICENSE # PMPL-1.0 license |
| 56 | +---- |
| 57 | + |
| 58 | +== Deployment |
| 59 | + |
| 60 | +This repository is intended for GitHub Pages: |
| 61 | + |
| 62 | +* Push to the default branch |
| 63 | +* Enable GitHub Pages for the repository |
| 64 | +* Serve from the repository root |
| 65 | + |
| 66 | +== Maintenance |
| 67 | + |
| 68 | +* Add new projects by updating `index.html` and adding an avatar in `avatars/`. |
| 69 | +* Keep the portfolio copy aligned with `register/REGISTER.md` in `palimpsest-license`. |
| 70 | + |
| 71 | +== RSR Compliance |
| 72 | + |
| 73 | +This repository is classified as **RSR Infrastructure**: |
| 74 | + |
| 75 | +* Single static page deployment |
| 76 | +* No build system required |
| 77 | +* Maintained asset catalog |
| 78 | + |
| 79 | +== License |
| 80 | + |
| 81 | +Palimpsest-MPL License v1.0 (PMPL-1.0)—see link:LICENSE[LICENSE]. |
0 commit comments