jekyll-crosspost-to-medium
jekyll-crosspost-to-medium copied to clipboard
A Jekyll generator for automatically crossposting to Medium
Hello! Thank you for this wonderful tool. It works like a charm. The only thing which bothers me is the fact that once the article shows up in Medium, all...
I just tried to post to Medium from my jekyll site, and got ``` Attempted to post MYPOST to Medium. They responded {"errors":[{"message":"Application not found","code":6005}]} ``` This is the same...
Recently upgraded my jekyll to latest, and hit this issue: ``` NoMethodError: undefined method `has_key?' for # Did you mean? has_ansi? /Users/devalias/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jekyll-crosspost-to-medium-0.1.15/lib/jekyll-crosspost-to-medium.rb:162:in `crosspost_payload' /Users/devalias/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jekyll-crosspost-to-medium-0.1.15/lib/jekyll-crosspost-to-medium.rb:84:in `block in generate' /Users/devalias/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jekyll-3.8.0/lib/jekyll/hooks.rb:103:in `block in...
when running Jekyll to write posts and develop on my desktop I don't really want to have to put in the environment variables, I leave that process up to travis-ci...
It would be kind of cool if it was possible to CrossPost to LinkedIn articles as well. Not sure if it would be better implemented as a separate project (or...
It would be apt to add support for post revisions for posts either straight away or using the `modified` date in the front-matter to help Medium stay in sync with...
I'm getting the following error when I try to export a post with a code block: ``` Liquid error: undefined method `safe’ for nil:NilClass ``` This isn't erroring in the...
Currently it seems that crossposts are made when using `jekyll serve` as well as `jekyll build` (or more correctly, the first that happens. If i've got a post that's not...
…ou can run only on a CI deploy like GitHub actions