7 — Content updates¶
| What | Where |
|---|---|
| Site URL / brand / email | src/lib/site.ts + env |
| Projects | src/lib/projects.ts |
| FAQ | src/lib/faq.ts |
| Hero / About / Skills | Matching components under landing/ |
| Nav | shared/header/Item.ts |
| Terminal copy | terminal/Commands.ts |
| LLM crawler text | public/llms.txt |
| Overview counts | landing/overview/Overview.tsx |
Adding a project¶
- Add object to
projectsinsrc/lib/projects.ts(slug,imageUrl,tech, languages, copy,linkLive,linkDocs) - Put image in
public/images/(prefer 1200×675) - Update
public/llms.txt - Update
scripts/seo-notify.mjsslug/image lists if present - README is loaded automatically from
linkLivewhen the repo has one
Team¶
Not hardcoded. getTeamMembers() → GitHub org cipherunits. Optional GITHUB_TOKEN.