|
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-08-30 |
| 24 | + last-update: Good progress so far. |
3 | 25 | - title: "Quarkus Config and IDEs" |
4 | 26 | board-url: "https://github.com/orgs/quarkusio/projects/32" |
5 | 27 | short-description: Let's define a format for the files containing the config model we will include in the jars for IDE consumption. |
@@ -56,28 +78,6 @@ working-groups: |
56 | 78 | status: on track |
57 | 79 | last-activity: 2024-08-29 |
58 | 80 | last-update: The last outstanding issue is OTel integration. @michalvavrik is working on a [pull request](https://github.com/quarkusio/quarkus/pull/41956). I will meet with Michal and Bruno in the coming weeks. The PR is quite massive and we need to review it carefully. |
59 | | - - title: "Roq :: Quarkus SSG" |
60 | | - board-url: "https://github.com/orgs/quarkiverse/projects/6" |
61 | | - short-description: Allow Static Site Generation with Quarkus. |
62 | | - readme: | |
63 | | - <p>New initiative to allow Static Site Generation with Quarkus.</p> |
64 | | - <p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p> |
65 | | - <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> |
66 | | - <p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p> |
67 | | - <ul> |
68 | | - <li>Static Data</li> |
69 | | - <li>Markdown/Asciidoc and frontmatter</li> |
70 | | - <li>SEO</li> |
71 | | - <li>Image processing</li> |
72 | | - <li>Easy to configure routing</li> |
73 | | - </ul> |
74 | | - <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> |
75 | | - <p>Bonus, everything added will benefit any "non-static" Quarkus app and any Static Quarkus app could also become non static.</p> |
76 | | - <p>This effort is now tracked using a "Working Group" project: https://github.com/orgs/quarkiverse/projects/6</p> |
77 | | - <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> |
78 | | - status: on track |
79 | | - last-activity: 2024-08-28 |
80 | | - last-update: Good progress so far. |
81 | 81 | - title: "Docker file generation" |
82 | 82 | board-url: "https://github.com/orgs/quarkusio/projects/27" |
83 | 83 | short-description: A working group focusing on the generation of Dockerfile / ContainerFile |
|
0 commit comments