@indiekit/endpoint-posts
v1.0.0-beta.25
Published
Post management endpoint for Indiekit. View posts published by your Micropub endpoint and publish new posts to it.
Downloads
247
Maintainers
Readme
@indiekit/endpoint-posts
Post management endpoint for Indiekit. View posts published by your Micropub endpoint and publish new posts to it.
Installation
npm install @indiekit/endpoint-posts
[!NOTE] This package is installed alongside
@indiekit/indiekit
Usage
To customise the behaviour of this plug-in, add @indiekit/endpoint-posts to your configuration, specifying options as required:
{
"@indiekit/endpoint-posts": {
"mountPath": "/artikel", // de-DE
},
}Options
| Option | Type | Description |
| :---------- | :------- | :-------------------------------------------------------------- |
| mountPath | string | Path to management interface. Optional, defaults to /posts. |
