A shortcode for Bearblog-like post-lists
Find a file
2025-06-28 20:29:08 +10:00
layouts/shortcodes Changed alpha ordering and updated Readme 2025-06-28 11:09:06 +10:00
static Initial commit 2025-06-25 13:23:29 +02:00
LICENSE Changed alpha ordering and updated Readme 2025-06-28 11:09:06 +10:00
plugin.json Bumped to version 1.0.0 2025-06-28 20:29:08 +10:00
README.md Changed alpha ordering and updated Readme 2025-06-28 11:09:06 +10:00

Postlist for Micro.blog

A Micro.blog plugin for adding a shortcode for displaying a dynamic list of posts, similar to Bear Blog's post macro.

Installing

To install on your Micro.blog site, go to the plugin directory and search for "postlist".

Once installed, you can add a post list to your site by using the postlist short-code:

{{< postlist >}}

See the usage guide for how you can customise this post list, including filtering to posts matching a given category, or changing the sort order.