A basic feed plugin for Pico. Generates several feeds of all pages with a date. The plugin is based on:
I forked the plugin from Matt Barnard. The goal is to provide a full valid RSS Feed and to make the plugin extensible.
Right now the plugin generates three kindes of feeds:
- A RSS feed at
domain.tld/?feed.rss - A JSON feed at
domain.tld/?feed.json - A Microblog JSON feed at
domain.tld/?microblog.json
Pages with the template microblog are added to a special json feed. Those posts are available so you can add them for your micro.blog.
- Go to your Pico Plugins folder
git clone https://github.com/hermannmarkus/Pico-FeedMaker.git FeedMaker- Add the following lines to your config.yaml:
FeedMaker.enabled: trueFeedMaker.site_description: $description
- Replace
$descriptionwith the description of your feed.
- Download the master branch as a zip file.
- Add the contents of the zip file to your Pico plugins folder and rename the folder to
FeedMaker. - Add the following lines to your config.yaml:
FeedMaker.enabled: trueFeedMaker.site_description: $description
- Replace
$descriptionwith the description of your feed.
I've not extensively tested the plugin, but it's worked fine on the following installations.
- 2.0.4