new article

This commit is contained in:
Don Harper 2016-02-08 06:35:16 -06:00
parent 538de83671
commit 57bedfa725
7 changed files with 255 additions and 0 deletions

View file

@ -0,0 +1,9 @@
This plugin will do a quick and dirty import of any RSS or Atom feed into Nikola
To use it:
```
$ nikola plugin -i import_feed
$ nikola import_feed --url=feed_url
```