papyrus

Projects

Use project cards for work that deserves more than a link in the footer: packages, apps, docs sites, or repositories that explain the site owner’s public work.

Project cards

Projects come from structured site data, so pinned homepage cards, the full project index, and AI metadata can all describe the same items without duplicating copy.

Project data

Keep project copy in site data, not inside the card component. The same record can render homepage cards, project pages, and AI/project JSON.

{
  "title": "papyrus",
  "description": "Reusable Astro theme package for posts, docs, projects, profile/CV pages, search, RSS, and generated metadata.",
  "tags": ["Astro", "theme", "docs"],
  "pinned": true,
  "links": [
    { "label": "features", "href": "/collections/docs/feature-map/" },
    { "label": "docs", "href": "/collections/docs/" },
    { "label": "website", "href": "/" },
    { "label": "repo", "href": "https://github.com/marcelofpfelix/papyrus" }
  ]
}