1.0.0-beta.16 • Published 20 days ago

@indiekit/endpoint-posts v1.0.0-beta.16

Weekly downloads
-
License
MIT
Repository
github
Last release
20 days ago

@indiekit/endpoint-posts

Post management endpoint for Indiekit. View posts published by your Micropub endpoint and publish new posts to it.

Installation

npm i @indiekit/endpoint-posts

Usage

Add @indiekit/endpoint-posts to your list of plug-ins, specifying options as required:

{
  "plugins": ["@indiekit/endpoint-posts"],
  "@indiekit/endpoint-posts": {
    "mountPath": "/artikel", // de-DE
  },
}

Options

OptionTypeDescription
mountPathstringPath to management interface. Optional, defaults to /posts.