Peter Stuifzand

A microblog

I started my first microblog. I created it using plagger and del.icio.us. To post an entry to the microblog, I have to post a bookmark to del.icio.us containing the tag microblog.

I currently use the following config file to create the page.

global:
  # Set timezone to your local one
  timezone: Europe/Amsterdam
  # this make logger logs important information
  log:
    level: debug

plugins:
  - module: Subscription::Config
    config:
      feed:
        - url: 'http://del.icio.us/rss/pstuifzand/microblog'

  - module: SmartFeed::All

  - module: Publish::Planet
    rule:
      expression: $args->{feed}->id eq 'smartfeed:all'
    config:
      dir: /home/www/microblog.peterstuifzand.nl/htdocs
      skin: microblog

I made a little change to the default skin. It showed an url to the feed from which the entry came, but I don’t need it, because I only have one feed from which all entries come.

© 2023 Peter Stuifzand