The first Roq plugin is for tagging (with pagination)
2024, Oct 08
roq-plugins (5 Parts Series)
- 1 The first Roq plugin is for tagging (with pagination)
- 2 The second Roq plugin is for redirecting your page to a better place!
- 3 Write your blog posts in AsciiDoc
- 4 Need a QR Code?
- 5 Do you want to publish a blog post series ?
My mind is getting blown by how much Quarkus was made for Static Site Generation. I just implemented a new plugin to generate tag pages and that was soooo easy.
To use it:
<dependency>
<groupId>io.quarkiverse.roq</groupId>
<artifactId>quarkus-roq-plugin-tagging</artifactId>
<version>...</version>
</dependency>
and adding a new layouts/tag.html
page or any layout with tagging: [name of collection]
as FM data.
For more info check out the doc.