
The First Roq!
2024, Oct 13
You can access page data like this:
* {page.data.cool}
* {page.data.fun}
will render ⤵
- this is cool :)
- and fun!
There are a few helpers on the page
variable (more on variables):
> {page.date.format('YYYY')}: {page.description}
will render ⤵
2024: This is my first article ever made with Quarkus Roq
It's time to write awesome articles!
Thank you!
PS: To make the tag work (#blogging), you need to enable tagging.