Skip to content

Commit

Permalink
updated last two posts
Browse files Browse the repository at this point in the history
  • Loading branch information
pubmania committed Dec 23, 2024
1 parent 9703de9 commit 73a6fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For the comments to appear on the blog, the bluesky post url needs to be added t

=== "Aimed Final Flow (WIP)"

**Second part of the problem is that while the 'acceptable flow' removes need to republish the blogpost, it still means that unless the author has created a bluesky post, comments are not open for that blog post. I am working on a way to automate that using blusky API but it is still very much work in progress.**
**Second part of the problem is that while the 'acceptable flow' removes need to republish the blogpost, it still means that unless the author has created a bluesky post, comments are not open for that blog post. ~~I am working on a way to automate that using blusky API but it is still very much work in progress.~~ This is now done and can be achieved by following steps on the [next post](./2024-12-23-fully-automated-bluesky-commenting-system--on-mkdocs.md)**

```plantuml
@startuml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ end
@enduml
```

Once the steps of [previous post](./2024-12-10-bluesky-for-comments-on-mkdocs-blog.md) are completed, basically following additional steps will ensure that a new post will trigger creation of a bluesky post which in turn will enable bluesky comments on the post on the site.
Once the steps of [previous post](./2024-12-10-bluesky-for-comments-on-mkdocs-blog.md) are completed, basically following additional steps will ensure that a new post will trigger creation of a bluesky post which in turn will enable bluesky comments on the post on the site. <!-- more -->

## Create environment secrets

Expand Down

0 comments on commit 73a6fac

Please sign in to comment.