Aaron Gustafson
Aaron Gustafson
I kept having Ruby/Jekyll issues when upgrading my Mac, so I have moved off of Jekyll and will not be working on this project anymore, going forward. I am going...
@nysander Does the URL show up in your outgoing webmentions cache file? I did a quick test of [the content scanner](https://github.com/aarongustafson/jekyll-webmention_io/blob/master/lib/jekyll/generators/queue_webmentions.rb#L73-L77) and it seems to pick up that URL. Perhaps...
I suspect the issue may be that you are using `reply-to` as a key in the front matter as opposed to `in_reply_to` which is [what the script is looking for](https://github.com/aarongustafson/jekyll-webmention_io/blob/master/lib/jekyll/generators/queue_webmentions.rb#L70-L72)....
I give this some fresh eyes in the AM.
It might. Or I can check out your project and test a local build.
That’s an interesting idea, @fancypantalons. I like it, although with underscores (_) rather than hyphens (-) in the front matter key name. For the key in the config, I wonder...
> Random aside, there are other targets beyond in_reply_to that would be nice to also support: like_of, repost_of, bookmark_of, tag_of all would result in webmentions and also require properties to...
I kept having Ruby/Jekyll issues when upgrading my Mac, so I have moved off of Jekyll and will not be working on this project anymore, going forward. I am going...
@ashmaroli Thank you! I’d be happy to, but honestly I’m a little unsure where to begin. The easy stuff would probably be testing things like [`webmentions_head`](https://github.com/aarongustafson/jekyll-webmention_io#webmentions_head) and [`webmentions_js`](https://github.com/aarongustafson/jekyll-webmention_io#javascript-enhancements). ## `webmentions_head`...
Yeah, it may be worth adding some testing around the JavaScript code too (eventually)