mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2025-07-01 16:59:03 +00:00
16 lines
602 B
Markdown
16 lines
602 B
Markdown
# 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](https://docs.bearblog.dev/embedding-blog-post-lists/).
|
|
|
|
## 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](https://postlist.micro.blog/) for how you can customise this post list, including filtering to posts matching a given category, or changing the sort order.
|