getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
56 stars 92 forks source link

Add plugin to send webmentions after deployment #418

Closed bentasker closed 1 year ago

bentasker commented 1 year ago

This adds a plugin to detect external links in posts/pages and perform WebMention (the modern form of pingback) endpoint discovery on them in order to send a WebMention notification.

Kwpolska commented 1 year ago

@bentasker Can you fix the code style violations? (Running black on your code should be enough to resolve those complaints.)

bentasker commented 1 year ago

Sure, done

Kwpolska commented 1 year ago

Thanks for your contribution!

bentasker commented 1 year ago

Thanks!