Skip to content

Commit

Permalink
Add docs on how to import medium posts
Browse files Browse the repository at this point in the history
  • Loading branch information
boxydog committed Dec 1, 2023
1 parent 2d75ca8 commit 3b6ee67
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/importer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ not be converted (as Pelican also supports Markdown).
manually, or use a plugin such as `More Categories`_ that enables multiple
categories per article.

.. note::

Imported images may still point to the original site. So, you might
download the images yourself and manually re-link the images in the posts
to the local copies.

Dependencies
============

Expand Down Expand Up @@ -121,6 +127,15 @@ For WordPress::

$ pelican-import --wpfile -o ~/output ~/posts.xml

For Medium (an example of using an RSS feed):

$ pip install feedparser
$ pelican-import --feed https://medium.com/feed/@username

.. note::

The RSS feed may only return the most recent posts, not all of them.

Tests
=====

Expand Down

0 comments on commit 3b6ee67

Please sign in to comment.