Closed asalant closed 7 years ago
This PR adds a metalsmith plugin that will publish posts to Medium.com.
The plugin does nothing unless enabled with MEDIUM=true environment variable and even then will just do a dry run. PUBLISH=true enables the actual posting.
MEDIUM=true
PUBLISH=true
We did this on Nov 10, 2016 to migrate all content to https://medium.com/good-eggs-product and should never have to run it again.
This PR adds a metalsmith plugin that will publish posts to Medium.com.
The plugin does nothing unless enabled with
MEDIUM=true
environment variable and even then will just do a dry run.PUBLISH=true
enables the actual posting.We did this on Nov 10, 2016 to migrate all content to https://medium.com/good-eggs-product and should never have to run it again.