Skip to content

Commit 6f83d3f

Browse files
committed
Update quarkus-roq homepage and template engine
1 parent 579631b commit 6f83d3f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/site/generators/quarkus-roq.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: Quarkus Roq
2+
title: Roq
33
repo: quarkiverse/quarkus-roq
4-
homepage: https://docs.quarkiverse.io/quarkus-roq/dev/index.html
4+
homepage: https://iamroq.com/docs/
55
language:
66
- Java
7+
- Kotlin
8+
- Scala
79
license:
810
- Apache 2.0
911
templates:
10-
- Tera
11-
description: Roq allows to easily create a static website or blog using Quarkus super-powers.
12+
- Qute
13+
description: A fun little Static Site Generator with a Java soul and Quarkus energy.
1214
---
1315

1416
Static site generator written in Java and leveraging the power of Quarkus.
@@ -20,7 +22,7 @@ Knowing that you don’t need to learn Quarkus or Java to use Roq, consider the
2022
- **Quarkus-based:** Since Roq is just a very thin layer on top of Quarkus, it ensures that the tool stays up to date and benefits from the robust support provided by the Quarkus ecosystem.
2123
- **For everyone:** It is very easy to use with any level of knowledge. You can start with an existing theme (as a dependency) and only write Markdown or Asciidoc content, or customize everything.
2224
- **Reproducibility Across Platforms:** Unlike some other SSG, Roq offers better reproducibility across multiple platforms, ensuring more consistent and predictable results when building or deploying.
23-
- **Easy to maintain:** Managing dependencies and updates is easier with Roq thanks to Maven and Gradle. Other systems such as Go or Ruby can be difficult to maintain and make reproducible across environments.
25+
- **Easy to maintain:** Managing dependencies and updates is easier with Roq thanks to Quarkus. Other systems such as Go or Ruby can be difficult to maintain and make reproducible across environments.
2426
- **Speed:** Roq is using Quarkus for dev and build. Quarkus is famous for being supersonic and subatomic, with one example showing a Roq site build in just 20 milliseconds, greatly reducing build times compared to traditional generators.
2527
- **Type Safety (via Qute templates):** Roq leverages Quarkus Qute’s type safety in templates and posts, making it easier to handle links, data injection, and other dynamic content with confidence.
2628
- **Local Development Experience:** Roq provides a smoother local development experience without the need to "test in production," as is often necessary with other SSGs due to its difficulties in running locally.

0 commit comments

Comments
 (0)