oembed2jekyll
v1.0.1
Published
Converts an RSS feed of Oembed-ready posts into Jekyll posts.
Downloads
5
Readme
Oembed2Jekyll
Converts an RSS feed of Oembed-ready posts into Jekyll posts.
Installation
# npm install -g oembed2jekyll
Usage
# oembed2jekyll [URL] <options>
- URL RSS feed URL
- Options
- --title Key to use when setting the title in frontmatter. Defaults to title.
- --description Key to use when setting the description in frontmatter. Defaults to description.
- --image Key to use when setting the image in frontmatter. Defaults to image.
- --layout Layout value to set in the frontmatter. Defaults to post.
- --output-dir Where to output post files. Defaults to _posts.