Org-wide GitHub defaults for Pantessa.
| Path | What it does |
|---|---|
profile/README.md |
The organization landing page — what visitors see at github.com/Pantessa. |
profile/assets/ |
Images the landing page references. Sourced from the Emerald Cut brand kit (website/public/brand/emerald/); regenerate there, then copy here. |
The profile README renders from the default branch, so a merge to main
publishes it immediately. Open a PR rather than pushing straight to main.
Two things to know:
- Images use absolute
raw.githubusercontent.comURLs, not relative paths. Relative image paths are unreliable on the org overview page. This means an image only renders once its file is onmain— push assets first, then PR the markdown that points at them. - The logo is theme-aware. A
<picture>element serves the ink lockup to light mode and the white lockup to dark. Keep bothsrcsetentries in sync if you swap the artwork.
Brand rules — the weight ladder, the palette, what the mark may never do — live in
website/public/brand/emerald/README.md.