quarkiverse / quarkus-roq

An extension to generate/publish static pages from your Quarkus web-app
https://pages.quarkiverse.io/quarkus-roq/
Apache License 2.0
8 stars 5 forks source link

should roq.java not do actual roq things? #133

Open maxandersen opened 2 weeks ago

maxandersen commented 2 weeks ago

roq.java seem to be just serving content, like what jbang httpd@jbangdev -d target/roq -p 8181 does for Java 8+ or since Java 18 there is jwebserver -d target/roq -b 8181

shouldn't we make roq.java do actual roq stuff?

ia3andy commented 1 week ago

yeah I was thinking about adding the ability to generate but I am not sure how we could do it.