That's why I like me Kirby setup

That's why I like my Kirby setup so much: I wanted to add the recent five episodes of our podcast and the recent five posts of our Sociabli blog to my homepage. And all I had to do was add this to the controller:

$serverSideStories = $site->rssPages('https://konzentrik.de/server-side-stories/feed')->sortBy('date', 'desc')->limit(5);
$sociabli = $site->rssPages('https://sociab.li/blog/feed.xml')->sortBy('date', 'desc')->limit(5);

And then on the front page, use my text-list snippet:

<?php snippet('list/textlist', ['articleList' => $sociabli, 'useLink' => true]); ?>

That's it!

React on Mastodon

Enter your Mastodon instance. You will then be redirected to the post and can react there.

You can comment on this post from your blog.

This post reacts to webmentions. You can link it from your website and send a webmention. Your contribution will then appear in the comments here. Does your site not support webmentions? Enter the link to your post here:

Write a comment
By submitting your data, you agree that all entered data may be saved and displayed as a comment.
Like, Share, Reply

I'd love to hear from you! Did you enjoy this post? Leave a comment, link your blog post, or react on Mastodon and Bluesky.