A shortcode for Bearblog-like post-lists
Find a file
Leon Mika 84e0ff56ea Fixed issues when no parameters were sert
- Fixed issue with postlist not showing anything where called without parameters
- Switch alpha sort to ByTitle
2025-08-16 11:48:16 +10:00
layouts/shortcodes Fixed issues when no parameters were sert 2025-08-16 11:48:16 +10:00
static Initial commit 2025-06-25 13:23:29 +02:00
.gitignore Added limit option and display option 2025-07-06 09:37:09 +10:00
LICENSE Changed alpha ordering and updated Readme 2025-06-28 11:09:06 +10:00
plugin.json Updated version of Postlist to 1.3.0 2025-08-16 10:05:19 +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.