mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 09:21:41 +00:00
docs(content): update AGENTS.md and decentralized-identity.md for YouTube video IDs
This commit is contained in:
@@ -12,7 +12,7 @@ Markdown/MDX content for the four collections. Each subdirectory is a collection
|
||||
| `projects/` | `projects` | `/projects` | Things built. Fields: `title`, `startDate`, `endDate?` (omit = ongoing), `description?`, `link?`, `repo?`, `tags?` (skills; browsable site-wide at `/skills/<skill>`), `experiences?`. Sorted by `endDate` desc, ongoing first. |
|
||||
| `writing/` | `writing` | `/writing` | Posts. Fields incl. `description`, `coverImage?`, `ogImage?`, `tags?`, `experiences?`, `draft`, `pinned`, `externalUrl?`/`publisher?` (PESOS — entry links out to the publisher, no local detail page). |
|
||||
| `experience/` | `experience` | `/experience` | Resume entries + taxonomy. Fields: `title`, `organization`, `startDate`, `endDate?`, `role?`, `location?`, `url?`, `description?`. |
|
||||
| `speaking/` | `speaking` | `/speaking` | Talks. Fields: `title`, `description`, `publishDate`, `videoId` (Cloudflare Stream UID), `originalSource?`, `event?`, `tags?`, `experiences?`, `draft`. |
|
||||
| `speaking/` | `speaking` | `/speaking` | Talks. Fields: `title`, `description`, `publishDate`, `youtubeId` (YouTube video ID), `event?`, `tags?`, `experiences?`, `draft`. |
|
||||
|
||||
## For AI Agents
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
---
|
||||
title: The Future of Decentralized Identity
|
||||
description: A talk on self-sovereign identity and why users should own their authentication.
|
||||
videoId: REPLACE_WITH_CLOUDFLARE_STREAM_UID
|
||||
originalSource: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
||||
youtubeId: dQw4w9WgXcQ
|
||||
event: Example Conf 2024
|
||||
publishDate: "2024-06-01"
|
||||
tags: ["identity", "blockchain"]
|
||||
@@ -11,4 +10,4 @@ experiences: ["sonr"]
|
||||
|
||||
A walkthrough of the architecture behind user-owned identity, the tradeoffs of decentralization, and where the ecosystem is heading.
|
||||
|
||||
Replace `videoId` with the real Cloudflare Stream UID and write up the talk notes here.
|
||||
Replace `youtubeId` with the real YouTube video ID and write up the talk notes here.
|
||||
|
||||
Reference in New Issue
Block a user