|
1 | 1 | --- |
2 | 2 | working-groups: |
| 3 | + - title: "Roq :: Quarkus SSG" |
| 4 | + board-url: "https://github.com/orgs/quarkiverse/projects/6" |
| 5 | + short-description: | |
| 6 | + Allow Static Site Generation with Quarkus. |
| 7 | + readme: | |
| 8 | + <p>New initiative to allow Static Site Generation with Quarkus.</p> |
| 9 | + <p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p> |
| 10 | + <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> |
| 11 | + <p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p> |
| 12 | + <ul> |
| 13 | + <li>Static Data</li> |
| 14 | + <li>Markdown/Asciidoc and frontmatter</li> |
| 15 | + <li>SEO</li> |
| 16 | + <li>Image processing</li> |
| 17 | + <li>Easy to configure routing</li> |
| 18 | + </ul> |
| 19 | + <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> |
| 20 | + <p>Bonus, everything added will benefit any "non-static" Quarkus app and any Static Quarkus app could also become non static.</p> |
| 21 | + <p>This effort is now tracked using a "Working Group" project: https://github.com/orgs/quarkiverse/projects/6</p> |
| 22 | + <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> |
| 23 | + <ul> |
| 24 | + <li>Point of contact: @ia3andy</li> |
| 25 | + <li>Proposal: https://github.com/quarkusio/quarkus/discussions/41309</li> |
| 26 | + <li>Deliverable: <a href="https://www.youtube.com/live/hrF1a5sKqBI">Quarkus Insight</a></li> |
| 27 | + </ul> |
| 28 | + status: complete |
| 29 | + lts: false |
| 30 | + completed: true |
| 31 | + last-activity: 2025-04-04 |
| 32 | + last-update-date: 2024-11-18 |
| 33 | + last-update: | |
| 34 | + ROQ has been released! See https://www.youtube.com/live/hrF1a5sKqBI to see ROQ in action. |
| 35 | + deliverable: <a rel="nofollow" href="https://www.youtube.com/live/hrF1a5sKqBI">Quarkus Insight</a> |
| 36 | + point-of-contact: "@ia3andy" |
| 37 | + proposal: https://github.com/quarkusio/quarkus/discussions/41309 |
3 | 38 | - title: "Gizmo 2" |
4 | 39 | board-url: "https://github.com/orgs/quarkusio/projects/43" |
5 | 40 | short-description: | |
@@ -295,41 +330,6 @@ working-groups: |
295 | 330 | last-update-date: 2024-11-29 |
296 | 331 | last-update: | |
297 | 332 | I fixed a few issues in the doc generation but wasn't able to make much progress for this round. |
298 | | - - title: "Roq :: Quarkus SSG" |
299 | | - board-url: "https://github.com/orgs/quarkiverse/projects/6" |
300 | | - short-description: | |
301 | | - Allow Static Site Generation with Quarkus. |
302 | | - readme: | |
303 | | - <p>New initiative to allow Static Site Generation with Quarkus.</p> |
304 | | - <p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p> |
305 | | - <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> |
306 | | - <p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p> |
307 | | - <ul> |
308 | | - <li>Static Data</li> |
309 | | - <li>Markdown/Asciidoc and frontmatter</li> |
310 | | - <li>SEO</li> |
311 | | - <li>Image processing</li> |
312 | | - <li>Easy to configure routing</li> |
313 | | - </ul> |
314 | | - <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> |
315 | | - <p>Bonus, everything added will benefit any "non-static" Quarkus app and any Static Quarkus app could also become non static.</p> |
316 | | - <p>This effort is now tracked using a "Working Group" project: https://github.com/orgs/quarkiverse/projects/6</p> |
317 | | - <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> |
318 | | - <ul> |
319 | | - <li>Point of contact: @ia3andy</li> |
320 | | - <li>Proposal: https://github.com/quarkusio/quarkus/discussions/41309</li> |
321 | | - <li>Deliverable: <a href="https://www.youtube.com/live/hrF1a5sKqBI">Quarkus Insight</a></li> |
322 | | - </ul> |
323 | | - status: complete |
324 | | - lts: false |
325 | | - completed: true |
326 | | - last-activity: 2024-11-19 |
327 | | - last-update-date: 2024-11-18 |
328 | | - last-update: | |
329 | | - ROQ has been released! See https://www.youtube.com/live/hrF1a5sKqBI to see ROQ in action. |
330 | | - deliverable: <a rel="nofollow" href="https://www.youtube.com/live/hrF1a5sKqBI">Quarkus Insight</a> |
331 | | - point-of-contact: "@ia3andy" |
332 | | - proposal: https://github.com/quarkusio/quarkus/discussions/41309 |
333 | 333 | - title: "Enhanced TLS support" |
334 | 334 | board-url: "https://github.com/orgs/quarkusio/projects/24" |
335 | 335 | short-description: | |
|
0 commit comments