-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce roq-frontmatter #24
Conversation
@mkouba goal is to remove the need for this: Lines 49 to 69 in a0ad906
|
🙈 The PR is closed and the preview is expired. |
ffde39c
to
21a7373
Compare
Ok I fixed all the tests and moved the integrations tests to root as it is testing all the extensions (frontmatter, data, generator) |
@@ -0,0 +1,7 @@ | |||
name: ROQ # add your name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be cool in the future to have more than one author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just a standard roq data, you can add an array if you want :)
--- | ||
layout: post | ||
title: 10 Tips To Improve Your Workflow | ||
date: 2024-08-10 00:00:00 +0300 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not to have the date in that format yyyy-MM-dd, I think is more simple, WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is using Jekyll default to make it easy to port existing posts, but this will be configurable
...loyment/src/main/java/io/quarkiverse/roq/frontmatter/deployment/RoqFrontMatterProcessor.java
Outdated
Show resolved
Hide resolved
Finally the CI is passing (linux, windows and native 😅) |
Fixes: #29