Status: canonical
Audience: product, engineering, agents
Purpose: map the public website and the jobs each area performs
Primary Navigation
| Area |
Purpose |
Representative Pages |
| Home |
Introduce Jevan, current focus, newsletter, and key paths. |
index.html |
| Explore |
Personal operating context and self-description. |
north-star.html, about.html, health.html, dateme.html |
| Content |
External content and newsletter/social surfaces. |
YouTube, X, Instagram, LinkedIn, newsletter mailto |
| Taste |
Books, movies, music, podcasts, products, people, quotes, interests. |
books.html, movies.html, people.html, quotes.html |
| Adventures |
Travel/adventure map, galleries, and detail pages. |
adventures.html, adventure-*.html |
| Experience |
Essays, projects, challenges, lessons, decision frameworks. |
essays.html, projects.html, lesson-logger.html |
Page Type Map
| Type |
Pages |
Notes |
| Home |
index.html |
Highest visual regression sensitivity. |
| Simple editorial page |
about.html, north-star.html, wealth.html, etc. |
Often has inline page CSS today. |
| Collection page |
books.html, movies.html, essays.html |
Has filters, sidebars, or generated lists. |
| Detail page |
adventure-*.html |
Best candidates for templating. |
| Map/gallery page |
adventures.html, adventure-*.html |
Depends on Leaflet and lightbox behavior. |
| Utility/CTA page |
contact.html, meet.html |
Should remain simple and reliable. |
Navigation Rules
- Shared nav lives in
_src/partials/nav.html.
- Active nav state is generated by
scripts/build-site.js.
meet.html intentionally keeps its simpler standalone header.
- Future new pages should be assigned a section in
sectionFor() until page
metadata fully owns nav grouping.