hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
38.86k stars 4.76k forks source link

Support for sending Webmentions #4223

Closed muety closed 1 year ago

muety commented 4 years ago

Check List

Feature Request

I'd like to have Hexo support the Webmention W3C recommendation. Hexo, as a publishing software, might parse all hyperlinks of a newly created blog post right after its publication and then attempt to trigger Webmention requests for each of them. Ultimately, Webmention support would be a step towards a more decentralized and open web.

There was already a similar feature request for Hugo. Maybe this feature wouldn't be part of Hexo's core, but rather be realized as a plugin. If so, please let me know and close the issue. Just wanted to initially bring up the topic and maybe have it gain some attention.

SukkaW commented 4 years ago

This should be done by a hexo's plugin instead of hexo itself.