Medium Importer
This importer depends on the following third-party gems:
- rss
- safe_yaml
gem install GEM_NAME
or install the required gems in a batch by running the following snippet:
gem install rss safe_yaml
Invocation
Sample snippet to invoke the importer:
jekyll import medium --username NAME --canonical_link --render_audio
Option <PARAM> | Description | ||
---|---|---|---|
--username NAME |
Medium username. |
||
--canonical_link |
Add original link as |
Default: false |
|
--render_audio |
Render |
Default: false |
This importer will also import existing tags / labels from Medium post and include those tags to the generated post’s front matter.