tangled
alpha
login
or
join now
finxol.io
/
blog
0
fork
atom
Personal blog
finxol.io
blog
0
fork
atom
overview
issues
pulls
pipelines
chore: add bsky post cid to content schema
finxol.io
3 months ago
7b7dcf4a
c612fa20
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+3
-1
2 changed files
expand all
collapse all
unified
split
content
posts
embracing-atproto-pt-2-tangled-knot.md
content.config.ts
+2
-1
content.config.ts
···
26
26
})
27
27
),
28
28
tags: z.array(z.string()),
29
29
-
published: z.boolean().optional()
29
29
+
published: z.boolean().optional(),
30
30
+
bskyCid: z.string().optional()
30
31
})
31
32
})
32
33
)
+1
content/posts/embracing-atproto-pt-2-tangled-knot.md
···
10
10
- atproto
11
11
- self-hosting
12
12
published: true
13
13
+
bskyCid: bafyreid4opjtllapzeyjgrsqcfrzyz2t6wjmxulmkhuh2wc6cyg5bre2su
13
14
---
14
15
15
16
I recently set up my own atproto PDS, for use with Bluesky and all other atproto apps.