|
1 | 1 | --- |
2 | 2 | working-groups: |
| 3 | + - title: "Roq :: Quarkus SSG" |
| 4 | + board-url: "https://github.com/orgs/quarkiverse/projects/6" |
| 5 | + short-description: Allow Static Site Generation with Quarkus. |
| 6 | + readme: | |
| 7 | + <p>New initiative to allow Static Site Generation with Quarkus.</p> |
| 8 | + <p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p> |
| 9 | + <p>I recently added https://github.com/quarkiverse/quarkus-roq. It will allow generating a static website out of any Quarkus application (it starts the app, fetch all the configured pages and assets, generate a static website and stop), it already works but it is still very alpha.</p> |
| 10 | + <p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p> |
| 11 | + <ul> |
| 12 | + <li>Static Data</li> |
| 13 | + <li>Markdown/Asciidoc and frontmatter</li> |
| 14 | + <li>SEO</li> |
| 15 | + <li>Image processing</li> |
| 16 | + <li>Easy to configure routing</li> |
| 17 | + </ul> |
| 18 | + <p>This will allow to develop the content using Quarkus dev-mode, and then generate for Github Pages or similar when it's ready.</p> |
| 19 | + <p>Bonus, everything added will benefit any "non-static" Quarkus app and any Static Quarkus app could also become non static.</p> |
| 20 | + <p>This effort is now tracked using a "Working Group" project: https://github.com/orgs/quarkiverse/projects/6</p> |
| 21 | + <p>This is a great opportunity to participate in fun effort and be involved with the Quarkus community, if anyone is interested in being a part of this, please reach out to me 🚀</p> |
| 22 | + status: on track |
| 23 | + last-activity: 2024-09-21 |
| 24 | + last-update: | |
| 25 | + 0.0.3 has been released, it is the MVP version and allowed to publish the Roq blog: https://quarkiverse.io/quarkus-roq/posts/2024-08-29-welcome-to-roq/ |
| 26 | + |
| 27 | + From now on, we start adding features incrementally, documenting. |
| 28 | + |
| 29 | + The target is to have 1.0.0 the 1 October 2024. |
| 30 | + |
| 31 | + For 1.0 we need pagination, tags and SEO. |
3 | 32 | - title: "Moving Quarkus to the CommonHaus Foundation" |
4 | 33 | board-url: "https://github.com/orgs/quarkusio/projects/38" |
5 | 34 | short-description: Work needed around moving Quarkus to foundation and streamline open governance. |
@@ -32,35 +61,6 @@ working-groups: |
32 | 61 | last-activity: 2024-09-20 |
33 | 62 | last-update: | |
34 | 63 | Just got started. |
35 | | - - title: "Roq :: Quarkus SSG" |
36 | | - board-url: "https://github.com/orgs/quarkiverse/projects/6" |
37 | | - short-description: Allow Static Site Generation with Quarkus. |
38 | | - readme: | |
39 | | - <p>New initiative to allow Static Site Generation with Quarkus.</p> |
40 | | - <p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p> |
41 | | - <p>I recently added https://github.com/quarkiverse/quarkus-roq. It will allow generating a static website out of any Quarkus application (it starts the app, fetch all the configured pages and assets, generate a static website and stop), it already works but it is still very alpha.</p> |
42 | | - <p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p> |
43 | | - <ul> |
44 | | - <li>Static Data</li> |
45 | | - <li>Markdown/Asciidoc and frontmatter</li> |
46 | | - <li>SEO</li> |
47 | | - <li>Image processing</li> |
48 | | - <li>Easy to configure routing</li> |
49 | | - </ul> |
50 | | - <p>This will allow to develop the content using Quarkus dev-mode, and then generate for Github Pages or similar when it's ready.</p> |
51 | | - <p>Bonus, everything added will benefit any "non-static" Quarkus app and any Static Quarkus app could also become non static.</p> |
52 | | - <p>This effort is now tracked using a "Working Group" project: https://github.com/orgs/quarkiverse/projects/6</p> |
53 | | - <p>This is a great opportunity to participate in fun effort and be involved with the Quarkus community, if anyone is interested in being a part of this, please reach out to me 🚀</p> |
54 | | - status: on track |
55 | | - last-activity: 2024-09-20 |
56 | | - last-update: | |
57 | | - 0.0.3 has been released, it is the MVP version and allowed to publish the Roq blog: https://quarkiverse.io/quarkus-roq/posts/2024-08-29-welcome-to-roq/ |
58 | | - |
59 | | - From now on, we start adding features incrementally, documenting. |
60 | | - |
61 | | - The target is to have 1.0.0 the 1 October 2024. |
62 | | - |
63 | | - For 1.0 we need pagination, tags and SEO. |
64 | 64 | - title: "Quarkus 3.15 LTS" |
65 | 65 | board-url: "https://github.com/orgs/quarkusio/projects/28" |
66 | 66 | short-description: This WG focuses on defining the issues we would like to have in the next-to-be LTS (Quarkus 3.14/3.15) |
|
0 commit comments