/hexo-migrator-rss

RSS migrator for Hexo.

Primary LanguageJavaScriptMIT LicenseMIT

RSS migrator

Migrate your blog from RSS to Hexo.

Install

$ npm install hexo-migrator-rss --save

Usage

Execute the following command after installed. source is the file path or URL of RSS.

$ hexo migrate rss <source> [OPTIONS]

OPTIONS

--alias 				Populates the `alias` setting in the front-matter, 
						for use with the [hexo-generator-alias](http://github.com/hexojs/hexo-generator-alias) module. 
						This is useful for generating redirects.
--limit 				Limits the number of posts migrated to your blog. 
						Takes integer value (limit 3)
--preventDuplicates 	If there are any titles that already exist in your blog that also
						exist in the RSS feed you are migrating they will be skipped