jekyll-webmention_io icon indicating copy to clipboard operation
jekyll-webmention_io copied to clipboard

A Jekyll Plugin for rendering Webmentions via Webmention.io

Results 21 jekyll-webmention_io issues
Sort by recently updated
recently updated
newest added

The best way to explain what I need is via an example: on [my website](https://github.com/xplosionmind/tommi.space 'tommi.space on GitHug'), I have a page called [Internet Awesomeness](https://github.com/xplosionmind/tommi.space/blob/main/_notes/public/Internet%20Awesomeness.html '“Internet Awesomeness.md„ on GitHub') that...

Error when running `bundle exec jekyll webmention`. Log: ``` ~/tommi.space [main] » bundle exec jekyll webmention NOTE: nokogumbo: Using Nokogiri::HTML5 provided by Nokogiri. See https://github.com/sparklemotion/nokogiri/issues/2205 for more information. Configuration file:...

I believe to have correctly configured the plugin, still, at build time my website receives none. Firstly, here is the proof that the test webmention was succesfully sent: [Here](https://github.com/xplosionmind/tommi.space/blob/72d181aed29c5eaaaca59d436cb010886a32ee21/_includes/comments.html#L18) you...

Currently this plugin depends on an old version of the `webmention` gem (`0.1.6`), which is now up to `3.0.0`. - https://github.com/aarongustafson/jekyll-webmention_io/blob/master/jekyll-webmention_io.gemspec#L47 - `s.add_runtime_dependency "webmention", "~> 0.1.6"` - https://github.com/indieweb/webmention-client-ruby/releases - breaking...

blocked

Dupes #134 to main

waiting

Until now, I didn't get in touch with ruby at all. So after browsing the code for like an hour and not finding out anything useful: To be honest, I...

wontfix

Getting this error about version mismatch when trying to add the ruby gem to Jekyll ``` Bundler could not find compatible versions for gem "jekyll": In Gemfile: jekyll (~> 4.1)...

The Webmention and IndieWeb libraries have gone through some API churn, and these changes are intended to accommodate that churn. This should resolve issue #138.

blocked

Fixes https://github.com/aarongustafson/jekyll-webmention_io/issues/148

waiting

I have a rake task that gathers any mentions of a URL and supplements brid.gy data. I could add it as a command if there’s interest. It would require a...

enhancement
wontfix