Bluesky syndicator for Indiekit.
npm i @indiekit/syndicator-bluesky
Add @indiekit/syndicator-bluesky
to your list of plug-ins, specifying options as required:
{
"plugins": ["@indiekit/syndicator-bluesky"],
"@indiekit/syndicator-bluesky": {
"handle": "username.bsky.social",
"password": "password",
"checked": true
}
}
Option | Type | Description |
---|---|---|
handle |
string |
Your Bluesky handle (without the @ ). Required. |
password |
string |
Your Bluesky password. Required, defaults to process.env.BLUESKY_PASSWORD . |
profileUrl |
string |
Bluesky profile URL prefix. Used in the URL returned in syndicated URLs. Optional, defaults to https://bsky.app/profile
|
serviceUrl |
string |
Bluesky service URL. Used to connect to a Bluesky service API. Optional, defaults to https://bsky.social
|
checked |
boolean |
Tell a Micropub client whether this syndicator should be enabled by default. Optional, defaults to false . |
includePermalink |
boolean |
Always include a link to the original post. Optional, defaults to false . |