Hello,
FYI: I've put together a little jekyll-planet gem [1] that lets you
generate Jekyll posts for your static site using the Planet Pluto
machinery. Now you can (auto-)add articles, blog posts, etc.
syndicated via web feed to your (static) site in three steps:
Step 1: Use a Planet Pluto configuration e.g. planet.ini to build
your local planet.db SQLite feed cache.
$ pluto update planet.ini
Step 2: Generate planet posts for Jekyll (from the planet.db cache)
using the jekyll-planet Ruby script.
$ ruby -r 'jekyll/planet' -e 'JekyllPlanet.main'
Step 3: Use Jekyll as usual to build your site.
$ jekyll build
That's it. Happy Planet. Cheers.
PS: Interested in all things Jekyll? I've started putting together
Planet Jekyll [2] running on Heroku [3]. You're welcome to add any
Jekyll-related feeds. Still early and rough.
[1] github.com/feedreader/jekyll-planet - Ruby Gem
[2] github.com/feedreader/planet-jekyll - (Planet Jekyll Config e.g.
jekyll.ini)
[3] planetjekyll.herokuapp.com - Live Planet Jekyll Site