A plugin for Grav CMS that fetches the RSS profile page feed from Medium and displays the titles and teasers of your articles in a list.
- Upload the plugin files to the
user/plugins/mediumrss
directory of your Grav installation. - Make sure the plugin directory is named
mediumrss
. - Enable the plugin in the
mediumrss.yaml
file or via the Admin Panel. - Use as page template
medium
.
The plugin configuration is done through the blueprints.yaml
file. Here are the available settings:
enabled: true
rss_feed_url: 'https://medium.com/feed/@your-username'
target: '_blank'
The plugin automatically inserts the latest Medium posts into your page. The posts are displayed using the medium.html.twig template.
This plugin is licensed under the MIT License