Non-project entries (news, awards, features, lectures, exhibitions, staff) appear in the comprehensive index at /all/ but do not get their own detail pages.
| Type | Use for |
|---|---|
| news | Studio announcements, partnerships, office updates |
| award | Design awards, competition wins, professional honors |
| feature | Magazine articles, podcast appearances, book mentions |
| lecture | University talks, conference presentations, workshops |
| exhibition | Art installations, gallery shows, museum exhibitions |
| staff | New hires, promotions, departures |
Go to /admin/ and log in. Click + New Entry in the top-right corner.
Click Edit on the new row to open the side panel. Fill in:
| Field | Required | Notes |
|---|---|---|
| Title | ✅ | Entry heading |
| Type | ✅ | news, award, feature, lecture, exhibition, or staff |
| Date | ✅ | When this happened |
| Subtitle | — | Short tagline shown below the title |
| Description | — | 1–2 sentence summary shown in the index |
| Categories | — | Topic tags (e.g. AWARD, PRESS, LECTURE) |
| Link | — | External URL — makes the title clickable |
| Related Projects | — | Links this entry to one or more project pages |
Click Apply Changes when done.
Click Save Changes (top right). The site rebuilds in 3–5 minutes and the entry appears in the index at /all/.
Thumbnails are uploaded directly to GitHub:
entries/other/{your-entry-slug}/header.jpg or thumb.jpgUse Related Projects to make an award, feature, or news item appear in a project's "Awards & Recognition" section. In the edit panel, type the project slug to search and add it.
External links — The link field makes the title clickable and opens in a new tab. Always use full URLs starting with https://. Useful for awards with announcement pages, press on external sites, event pages.
Descriptions — Keep it to 1–2 sentences. This text appears in Column 3 of the index.
Categories — Use consistent categories to keep filters useful. Common ones: AWARD, PRESS, LECTURE, EXHIBITION. See Category Guidelines.
"My entry doesn't appear in the index"
"The link doesn't work"
https://See Common Issues for more help.
Advanced: How it works under the hood
The admin panel writes a markdown file to
entries/other/{slug}/{slug}.mdon GitHub. Thetype:field in the frontmatter determines how it's displayed in the index. You can edit these files directly on GitHub — see Frontmatter Reference for the full field list.