Shareable links
Shareable links
Private, unguessable URLs for one-off client deliverables (briefs, decks, mockups).
Each item lives in its own UUID-named folder as index.html, so it serves from a
clean URL with no visible filename:
share/<uuid>/index.html → https://urnicus.com/share/<uuid>/
These pages are standalone static HTML (no Jekyll front matter), so Jekyll copies them verbatim — fonts, inline CSS, and SVG all ship as-authored. They are not linked from anywhere on the site, do not appear in the blog/feed, and are only reachable by someone who has the exact UUID.
Add a new share
uuid=$(uuidgen | tr '[:upper:]' '[:lower:]')
mkdir -p "share/$uuid"
cp /path/to/your-file.html "share/$uuid/index.html"
echo "https://urnicus.com/share/$uuid/"
Commit, push to main, and GitHub Pages publishes it within a minute or two.
Current shares
| UUID | What | Added |
|---|---|---|
76d84e2f-5373-4c00-b27d-3f77c61c1be1 |
Adaptive Assessment Platform — Architecture & Design Brief | 2026-06-04 |
These URLs are unguessable but not access-controlled. Anyone with the link can view it. Don’t put anything here that would be damaging if forwarded.