jekyll-crosspost-to-medium
                                
                                 jekyll-crosspost-to-medium copied to clipboard
                                
                                    jekyll-crosspost-to-medium copied to clipboard
                            
                            
                            
                        if a post is deleted on Medium side, the story is not appearing again
@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.
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.