1.0.0 • Published 6 years ago

tumblr2jekyll v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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.