jekyll-webmention_io
jekyll-webmention_io copied to clipboard
Generating Webmentions in non-Markdown pages, too
The best way to explain what I need is via an example: on my website, I have a page called Internet Awesomeness that simply goes through a list of websites I love, stored in this CSV file. In my outgoing webmentions there is no URL of the ones in that page…
I think that as of right now either this plugin reads only Markdown files and Markdown links, or it reads files before Liquid-generated content (such as awesome websites’ URLs in my example) is rendered.
I think this is very ineffective, since there are a many relevant URL I want to “webmention” that are not inside Markdown files, or, if they do, they are generated via Liquid.
Do you think it is possible and it makes sense to solve this?