Skip to content

Commit a4039c2

Browse files
committed
docs: update todos
1 parent 030df0f commit a4039c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

TODOs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
- Blog post UI - (Started - needs more polish)
1111
- OAuth
1212
- Standard site push - Mock PDS push for now
13-
- anthony's alternative markdown solution for now and Nuxt content integration for later
1413
- constellation - bsky API
1514
- Docs Run them locally with `pnpm dev:docs`.
1615

@@ -28,6 +27,10 @@
2827
- Proposed: the pipeline takes login pds, handle, and app_password as secrets. Checks to see if one has already been published for that blog post. If so does not push it. If it hasn't then it creates the atproto record when deploying/building by logging in. check if an article has been created by parsing the createdate of the blog post to a TID, do a getRecord. if it's there dont publish the new one. If it isnt send it up. I wrote about tid concept here
2928
https://marvins-guide.leaflet.pub/3mckm76mfws2h
3029
- Proposed: nuxt module with a build hook. e.g. in standard-site-sync.ts we use a hook that triggers after the file is parsed and create the site.standard.document or not if it already exists.
30+
- Update styling for blog posts.
31+
- BlogWrapper Component or should it be a Blog Layout?
32+
- Organize markdown files in blog post folder?
33+
- I18n of blog posts.
3134
- TBD
3235

3336
---
@@ -36,6 +39,6 @@
3639

3740
- [x] Lexicons
3841
- [x] Prose-styling using unocss typography
39-
- [x] x
42+
- [x] anthony's alternative markdown solution for now and Nuxt content integration for later
4043

4144
---

0 commit comments

Comments
 (0)