jekyll-crosspost-to-medium icon indicating copy to clipboard operation
jekyll-crosspost-to-medium copied to clipboard

if a post is deleted on Medium side, the story is not appearing again

Open jeshocarmel opened this issue 7 years ago • 2 comments

jeshocarmel avatar May 17 '18 14:05 jeshocarmel

@jeshocarmel are you referring to how a deleted Medium post is never published again by this plugin? If so, this is because the plugin doesn't check for the Medium post when it loops through the Jekyll entries. Rather, it adds the post after pushing to Medium to medium_crossposted.yml, and then never does anything with it again. If you would like to add a configuration option that allows for the plugin to look for the post on the Medium side when the site is built and possibly repost it if it's already listed in medium_crossposted.yml, you could do that, assuming @aarongustafson would be willing to accept the addition.

sgvictorino avatar May 19 '18 19:05 sgvictorino

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 to flag this as won’t fix, but leave it open in case someone else wants to pick up the project from here.

aarongustafson avatar Jul 22 '21 21:07 aarongustafson