696bc9c2a7
Fix FileBrowser download URL pattern in image galleries
...
/api/public/dl/{token}?files=/{name} returns empty ZIP.
Correct pattern is /api/public/dl/{token}/{name} (path-style).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 20:22:45 +02:00
e57d2b0a72
Add Images section — hub + 4 collection galleries, wire nav star
...
- Images/images.html: hub page linking all 4 collections
- Images/wayback.html, nomad-soul.html, myster-wizzard.html, exopraxist.html: collection galleries
- 429 thumbnails (360px) committed across 4 collections
- Gallery renders from baked filename arrays (no on-load fetch)
- Lightbox lazy-fetches FileBrowser for full-res on click, falls back to thumbnail
- .gitignore: allow Images/*/thumbnails/, anchor /GEMINI.md to root only, add .venv/
- index.html: wire Images star node to Images/images.html
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 20:06:19 +02:00
8242492712
Fix lightbox overflow on Renegade and Nomad mobile
...
align-items: center clips content at both ends when taller than viewport.
Switch to align-items: flex-start + overflow-y: auto so gate scrolls from top.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 16:07:40 +02:00
cb77460e35
SkyFishing fonts, remove escape duplicate, add life_in_alexandra
...
- SkyFishing: Cormorant Garamond → Estonia (display/headings), IBM Plex Mono → Share Tech Mono
- Remove escape-annotated-minimalist.html (duplicate of v2); rename Escape II → Escape in nav
- .gitignore: unblock Writings/life_in_alexandra.html (large but the one and only exception)
- life_in_alexandra.html now tracked
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 15:57:48 +02:00
fc60904e69
Font refactor: replace generic display fonts across Videos + Writings
...
Renegade Storyteller:
- Ribeye Marrow → Amarante (Art Nouveau, cleaner mobile rendering)
- h1 floor reduced 4rem → 3rem
- h1::before letter-spacing tightened on mobile (was overflowing narrow screens)
Writings (11 files via script):
- Bebas Neue → Fredericka the Great (4 files)
- Anton → Rubik Glitch (2 files)
- Cinzel / Cinzel Decorative → Glass Antiqua (5 files)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 15:50:20 +02:00
2f5c06fee8
Videos: font swap from JL's list + lightbox QoL fixes
...
Fonts (display/heading only — body untouched):
- Cringe Pit: Bebas Neue → Protest Revolution
- Renegade: Bebas Neue → Ribeye Marrow, Barlow Condensed → Faculty Glyphic (headings), Rambla (body)
- Nomad Soul: Bebas Neue → Trade Winds, Rye → Babylonica
- Hub: Bebas Neue → Workbench
Lightbox fixes (3 collection pages):
- window.onload → DOMContentLoaded (fires before iframes load, fixes slow mobile)
- lightbox-content: max-height 90vh + overflow-y auto (fixes off-screen on small viewports)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 15:44:17 +02:00
608077131a
Add Videos section — hub + 3 collection pages, wire nav star
...
- Videos/index.html: hub page with 3 collection cards (Cringe Pit, Renegade, Nomad Soul)
- cringe-pit, renegade-storyteller, nomad-soul: new fonts (Bebas Neue, Space Mono, Barlow Condensed, Rye), vibrant palette aligned with homepage, full iframe allow attributes
- Nomad Soul entry 1 placeholder converted to linked card → anomadsoul3791 channel
- index.html: Videos star href wired to Videos/index.html
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 15:26:19 +02:00
09e47ccf81
Move index.html to repo root, fix Writings paths
...
Coolify serves from repo root — index.html at root means
spaces.exopraxist.org/ works directly. Writings hrefs updated
from ../Writings/ to Writings/ accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 12:40:14 +02:00
b61fdd572f
Trim repo to site files only
...
Remove agent workspace (skills, spores, CREATURE-PLAYGROUND, DumperCan,
agent MD files, JL notes) from tracking. Gitignore updated to exclude
these permanently. Only site content remains: site/, Writings/, Playlists/,
Videos/, Music/, Watchlists/, ToolsnToys/.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 12:33:18 +02:00
5422131782
Initial commit — Singular Particular Space v1
...
Homepage (site/index.html): integration-v14 promoted, Writings section
integrated with 33 pieces clustered by type (stories/essays/miscellany),
Writings welcome lightbox, content frame at 98% opacity.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-27 12:09:22 +02:00