-
-
Notifications
You must be signed in to change notification settings - Fork 275
feat: finalize actual atproto blog uploads #1436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Kai-ros
wants to merge
6
commits into
npmx-dev:feat/atproto-blog-fe
Choose a base branch
from
Kai-ros:feat/atproto-blog-fe
base: feat/atproto-blog-fe
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
fc87f65
feat: Added embedded bluesky post for markdown files
Kai-ros 69c9e1d
Remove full stop from translation key
whitep4nth3r 84d1830
Merge branch 'feat/atproto-blog-fe' into feat/atproto-blog-fe
Kai-ros 6cf9eae
feat: Finalize actual atproto upload
Kai-ros c314403
Merge remote-tracking branch 'upstream/feat/atproto-blog-fe' into blo…
Kai-ros 003fee2
fix: migrated to a new BlueskyPostEmbed file in global folder and
Kai-ros File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| authors: | ||
| - name: Daniel Roe | ||
| blueskyHandle: danielroe.dev | ||
| - name: Salma Alam-Naylor | ||
| blueskyHandle: whitep4nth3r.com | ||
| - name: Matias Capeletto | ||
| blueskyHandle: patak.dev | ||
| title: 'ATProto' | ||
| tags: ['OpenSource', 'Nuxt'] | ||
| excerpt: 'ATProto is very cool' | ||
| date: '2026-01-28T14:30:00Z' | ||
| slug: 'atproto' | ||
| description: 'ATProto Adjacency Agenda' | ||
| draft: false | ||
| --- | ||
|
|
||
| # Atmosphere Apps | ||
|
|
||
| All the cool kids are doing Software Decentralization. | ||
|
|
||
| This post is all about atmosphere. How it's something that we need to live. Without atmosphere we may end up like Arnie in Total Recall. We don't want that. | ||
| But thankfully, we have atmosphere. This beautiful concept is used for other things as well. Atmos is a Fellow product that is a vacuum canister used to store coffee. | ||
| This keeps your coffee fresh. But arguably, if you drink a lot of coffee you don't need to store it in a vacuum canister. But if you like to be super fancy. There is an | ||
| automated vacuum canister that sucks out the air for you. You don't need to twist and turn like a human machine. You press a button and it sucks the air out. Automation. | ||
| It's a wonderful thing. We use automation on this blog post. One automation is getting the Bluesky comments. These are fetched during build time and also run time. This means | ||
| posts will always have bluesky comments. Whether you like it or not. Under the hood we do fancy ATProto stuff. And that brings us back to Atmosphere. Because it's something | ||
| we need to live. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| authors: | ||
| - name: Daniel Roe | ||
| blueskyHandle: danielroe.dev | ||
| title: 'Nuxted' | ||
| tags: ['OpenSource', 'Nuxt'] | ||
| excerpt: 'Nuxting' | ||
| date: '2026-01-28T13:30:00Z' | ||
| slug: 'nuxt' | ||
| description: 'Nuxter' | ||
| draft: false | ||
| --- | ||
|
|
||
| # Nuxt | ||
|
|
||
| What a great meta-framework!! | ||
|
|
||
| <BlueskyPostEmbed url="https://bsky.app/profile/danielroe.dev/post/3md3cmrg56k2r" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| authors: | ||
| - name: Daniel Roe | ||
| blueskyHandle: danielroe.dev | ||
| title: 'OSS' | ||
| tags: ['OpenSource', 'Nuxt'] | ||
| excerpt: 'OSS Things' | ||
| date: '2026-01-28T16:30:00Z' | ||
| slug: 'open-source' | ||
| description: 'Talking about Open Source Software' | ||
| draft: false | ||
| --- | ||
|
|
||
| # OSS | ||
|
|
||
| This is about Open Source Software. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| authors: | ||
| - name: Daniel Roe | ||
| blueskyHandle: danielroe.dev | ||
| title: 'Package Registries' | ||
| tags: ['OpenSource', 'Nuxt'] | ||
| excerpt: 'Package Registries need fixing' | ||
| date: '2026-01-28T12:30:00Z' | ||
| slug: 'package-registries' | ||
| description: 'Package Registries Reimagined' | ||
| draft: false | ||
| --- | ||
|
|
||
| # Package Registries | ||
|
|
||
| Shortest explanation: Production grade JavaScript is weird. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| authors: | ||
| - name: Daniel Roe | ||
| blueskyHandle: danielroe.dev | ||
| title: 'Server Components' | ||
| date: '2026-01-28T11:30:00Z' | ||
| slug: 'server-components' | ||
| description: 'My first post on the blog' | ||
| excerpt: 'Zero JS' | ||
| draft: false | ||
| --- | ||
|
|
||
| # Server components | ||
|
|
||
| Here is some server component razzle dazzle. Hello there! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| authors: | ||
| - name: Daniel Roe | ||
| blueskyHandle: danielroe.dev | ||
| title: 'TEST FAIL' | ||
| tags: ['OpenSource', 'Nuxt'] | ||
| excerpt: 'My first post' | ||
| date: '2026-01-28T10:30:00Z' | ||
| slug: 'first-post' | ||
| description: 'I was made to test this nuxt module' | ||
| draft: false | ||
| --- | ||
|
|
||
| # TEST FAIL |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.