Skip to content

Commit b1f60e9

Browse files
docs: add bluesky syndicator
1 parent ec0c5e6 commit b1f60e9

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Indiekit is [supported by its community](https://github.com/sponsors/getindiekit
1919
- **Publish content to your website** using [apps and services](docs/clients.md) that support the [Micropub API](https://micropub.spec.indieweb.org)
2020
- **Save files to a content store** such as GitHub, an FTP server or S3 object storage
2121
- **Integrate with static site generators** like Eleventy, Hugo or Jekyll
22-
- **Share content** on social networks like Mastodon
22+
- **Share content** on social networks like Bluesky and Mastodon
2323
- **Customise everything** from the interface theme to the format of commit messages
2424

2525
Indiekit is extensible via its [plug-in API](docs/api/index.md) and localized for use in [a growing number of languages](docs/configuration/localisation.md).

docs/.vitepress/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ const sidebarPlugins = [
229229
text: "Syndicators",
230230
link: "/plugins/syndicators",
231231
items: [
232+
{
233+
text: "Bluesky",
234+
link: "/plugins/syndicators/bluesky",
235+
},
232236
{
233237
text: "Internet Archive",
234238
link: "/plugins/syndicators/internet-archive",

docs/get-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The [IndieWeb](https://indieweb.org) is a community of personal websites, connec
1616
- **Publish content to your website** using Indiekit’s own content management system, or [applications that support the Micropub API](clients.md)
1717
- **Save files to a content store** such as GitHub, GitLab or an FTP server
1818
- **Integrate with static site generators** like Jekyll or Hugo
19-
- **Share content** on social networks like Mastodon
19+
- **Share content** on social networks like Bluesky and Mastodon
2020
- **Customise everything** from the interface theme to the format of your commit messages
2121

2222
Indiekit is extensible via its [API](api/index.md) and localised for use in [a growing number of languages](configuration/localisation.md).

docs/plugins/syndicators/bluesky.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!--@include: ../../../packages/syndicator-bluesky/README.md-->

docs/plugins/syndicators/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ A [syndicator](../../concepts#syndicator) enables content to be posted to third-
44

55
## Official plug-ins
66

7+
- [Bluesky](bluesky.md) `@indiekit/syndicator-bluesky`
78
- [Internet Archive](internet-archive.md) `@indiekit/syndicator-internet-archive`
89
- [Mastodon](mastodon.md) `@indiekit/syndicator-mastodon`

0 commit comments

Comments
 (0)