Introducing a new custom component: listing page
Jan 21, 2025
1 min read

Hugo
A new custom component has been added to Bloggrify. This component is used to create listing pages. It's more a proof of concept than a real component because the design is very basic. It's a way to show how you can create custom components in Bloggrify.
warning
It's not possible to use several listing components on the same page. Otherwise, there is a conflict with the pagination.
Listing
My listing
This component accepts several parameters:
title
: The title of the listing.tag
: The tag to filter the listing.category
: The category to filter the listing.prefix
: All articles starting with this prefix will be displayed.
Example: how to list all articles with the tag "markdown":
My listing
Example: how to list all articles by prefix, for example, all articles starting with "2024":
My listing