https://github.com/mattkevan/jekyll-feed-importer
Ruby script to import RSS feed items and save them as Jekyll posts/collections.
https://github.com/mattkevan/jekyll-feed-importer
jekyll rss rss-aggregator rss-feed-parser ruby
Last synced: 4 months ago
JSON representation
Ruby script to import RSS feed items and save them as Jekyll posts/collections.
- Host: GitHub
- URL: https://github.com/mattkevan/jekyll-feed-importer
- Owner: MattKevan
- Created: 2021-04-08T12:24:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T08:04:56.000Z (over 3 years ago)
- Last Synced: 2025-04-13T09:46:35.255Z (about 1 year ago)
- Topics: jekyll, rss, rss-aggregator, rss-feed-parser, ruby
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jekyll feed importer
Ruby script to import items from specified RSS feeds and save them as Jekyll posts/collections. I should probably turn this into a plugin, but for now this works for me.
### Usage
Ensure the feed-normalizer, yaml, to_slug and sanitize gems are installed.
Set ```feed_file``` to the location of your list of RSS feeds to check. This needs to be a YAML file with the following structure:
```
- name: [Site name]
feed: [Feed URL]
```
Set ```output_location``` to where you want the posts to be saved (without the trailing slash).
Run ```ruby feeds.rb```