mirror of
https://github.com/rmdes/indiekit-endpoint-share.git
synced 2026-06-24 15:03:45 +00:00
No description
- JavaScript 75.1%
- Nunjucks 24.9%
| assets | ||
| includes | ||
| lib | ||
| locales | ||
| node_modules | ||
| test/integration | ||
| views | ||
| CHANGELOG.md | ||
| index.js | ||
| package.json | ||
| README.md | ||
@indiekit/endpoint-share
Share endpoint for Indiekit. Provides a simple interface for bookmarking websites and publishing them on your website. Inspired and developed from an idea originally described by Max Böck.
Installation
npm install @indiekit/endpoint-share
Note
This package is installed alongside
@indiekit/indiekit
Usage
To customise the behaviour of this plug-in, add @indiekit/endpoint-share to your configuration, specifying options as required:
{
"@indiekit/endpoint-share": {
"mountPath": "/teilen", // de-DE
},
}
Options
| Option | Type | Description |
|---|---|---|
mountPath |
string |
Path to share screen. Optional, defaults to /share. |