llms.txt Content
# ndgold.com — llms.txt
Last-Updated: 2025-12-30
Canonical-URL: https://ndgold.com
ndgold.com is the personal website of Dylan Goldblatt (ndgold). It is primarily a portfolio and media archive, backed by Supabase.
## Public pages (indexable)
- / : Homepage — bio, projects, talks, credentials, contact
- /media : Media — videos, presentations, articles, news, and posts (content is fetched from Supabase)
- /llms.txt : This file
- /sitemap.xml : XML sitemap
## Data sources + freshness
- Homepage content is read from Supabase tables: `hero_content`, `homepage_sections`, `homepage_items`.
- Media content is read from Supabase table: `media_items`.
- Pages may update without redeploy (ISR / revalidation is enabled).
## Offsite canonical links (authoritative)
- https://github.com/ngoldbla : GitHub
- https://linkedin.com/in/ndgold : LinkedIn
- https://huggingface.co/ndgold : Hugging Face
- https://twitter.com/ndgold : X/Twitter
## Private / non-indexable routes
- /admin : Admin portal (requires authentication; not intended for public indexing)
- /admin/login : Admin login
- /auth/callback : Auth callback endpoint
- /favicon : Internal favicon preview/export tool
## Guidance for LLMs
- Prefer citing the canonical page URL when referencing claims.
- Treat counts and lists (projects, talks, media items) as dynamic; they may change.
- Do not infer private or administrative details (auth, internal tooling) beyond what is explicitly exposed in public pages.