Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

johnjones4/oembed2jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Converts an RSS feed of Oembed-ready posts into Jekyll posts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published