Skip to content

al-folio plugin for fetching external posts from RSS feeds and URLs

License

Notifications You must be signed in to change notification settings

al-org-dev/al-ext-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Al-Ext-Posts

A Jekyll plugin that allows you to fetch and display external blog posts from RSS feeds and specific URLs in your Jekyll site.

Installation

Add this line to your Jekyll site's Gemfile:

gem 'al_ext_posts'

And then execute:

$ bundle install

Usage

  1. Add the plugin to your site's _config.yml:
plugins:
  - al_ext_posts
  1. Configure your external sources in _config.yml:
external_sources:
  - name: "My Blog"
    rss_url: "https://myblog.com/feed.xml"
  - name: "Another Source"
    posts:
      - url: "https://example.com/post1"
        published_date: "2024-03-20"
      - url: "https://example.com/post2"
        published_date: "2024-03-21"

The plugin supports two types of sources:

  • RSS feeds: Provide the rss_url parameter
  • Direct URLs: Provide a list of posts with url and published_date

Development

After checking out the repo, run bundle install to install dependencies.

Contributing

Bug reports and pull requests are welcome on GitHub.

About

al-folio plugin for fetching external posts from RSS feeds and URLs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages