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>
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -8,7 +8,8 @@ CREATURE-PLAYGROUND/
|
||||
DumperCan/
|
||||
PARENT.md
|
||||
SONNET.md
|
||||
GEMINI.md
|
||||
/GEMINI.md
|
||||
!Images/GEMINI.md
|
||||
SPORE_SYSTEM_SPEC_v0.2.md
|
||||
SEEDS.md
|
||||
*-JL-notes.md
|
||||
@@ -23,6 +24,15 @@ HomePage-JL-notes.md
|
||||
*.PNG
|
||||
*.gif
|
||||
*.GIF
|
||||
|
||||
# Thumbnails are small (360px) and live in git
|
||||
!Images/*/thumbnails/
|
||||
!Images/*/thumbnails/*.jpg
|
||||
!Images/*/thumbnails/*.JPG
|
||||
!Images/*/thumbnails/*.jpeg
|
||||
!Images/*/thumbnails/*.JPEG
|
||||
!Images/*/thumbnails/*.png
|
||||
!Images/*/thumbnails/*.PNG
|
||||
*.mp3
|
||||
*.mp4
|
||||
*.webm
|
||||
@@ -42,3 +52,4 @@ DumperCan/WAMEX/WAMEX
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*~
|
||||
.venv/
|
||||
|
||||
Reference in New Issue
Block a user