@indiekit/syndicator-bluesky

1.0.0-beta.22 • Public • Published

@indiekit/syndicator-bluesky

Bluesky syndicator for Indiekit.

Installation

npm i @indiekit/syndicator-bluesky

Usage

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
  }
}

Options

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.

Package Sidebar

Install

npm i @indiekit/syndicator-bluesky

Weekly Downloads

49

Version

1.0.0-beta.22

License

MIT

Unpacked Size

17.1 kB

Total Files

7

Last publish

Collaborators

  • paulrobertlloyd