feat: add site-sonar page — submarine radar content discovery#8
Open
arc-butler wants to merge 3 commits into
Open
feat: add site-sonar page — submarine radar content discovery#8arc-butler wants to merge 3 commits into
arc-butler wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A retro submarine-style radar/sonar screen that sweeps through all site content (posts, projects, books) as glowing blips on a rotating radar display.
How it works
window.__sonarData, so the radar is always up to date with site content.Files changed
_pages/sonar.md— New page with frontmatter, embedded CSS, Liquid data injection, and JS includeassets/js/site-sonar.js— Vanilla JS sonar visualization (~480 lines)Why
Follows the existing site pattern of useful data presented through an absurd lens: Travel Map (geographic map → Leaflet), Vital Signs (site analytics → hospital monitor), Game of Life (site data → cellular automata), Site Sonar (content discovery → submarine radar).
Weird: WW2 submarine radar on an academic homepage.
Sensible: Visual content discovery organized by recency and type.