This PR addresses issue #128 and issue #132 by extending the plugin with a set of configuration for managing syndication endpoints, which are basically webmention endpoints that serve the specific function of syndicating content (e.g. brid.gy, IndieNews, etc). It implements a few key features:
The ability to specify one or more syndication endpoints, including a nickname for the endpoint, the target URL, and so forth.
Additional page front matter for specifying the syndication targets to use for a given page.
The ability to enable syndication for entire collections.
A mechanism for extracting data from syndication webmention responses and mapping results back into page front matter using JsonPath.
This PR addresses issue #128 and issue #132 by extending the plugin with a set of configuration for managing syndication endpoints, which are basically webmention endpoints that serve the specific function of syndicating content (e.g. brid.gy, IndieNews, etc). It implements a few key features: