Blog
All the latest posts from the Roq team.
Comparing Roq with Hugo, Jekyll, and JBake: A Feature Breakdown
Here’s a feature comparison with some popular SSGs to highlight how Roq stacks up. Feature Roq Hugo Jekyll JBake Build Perf Fast Extremely fast (written in Go) Slower due to Ruby and plugins Slower, runs on Java with Freemarker/Groovy templates Dev Perf Instant hot reload with Quarkus dev-mode Fast rebuilds Slow rebuilds on large sites Manual rebuild required Templating Qute (simple & readable) Go templates (powerful but complex) Liquid (easy but limited...
Jul 23, 2026 — 3 minute(s) readSmarter Search Ranking
How we fixed search boost to let keyword relevance shine.
Jul 16, 2026 — 2 minute(s) readAdd Comments to Your Blog with a Web Component (30min)
Step-by-step tutorial: build a Lit web component for comments backed by a Quarkus REST API on your Roq blog.
Jul 5, 2026 — 13 minute(s) readAdd Comments to Your Blog with Hybrid Mode (30min)
Step-by-step tutorial: add dynamic comments to your Roq blog using hybrid mode, Panache, and Qute templates.
Jul 5, 2026 — 12 minute(s) readCreate a Link-Tree with Roq (45min)
Step-by-step tutorial: build a personal link-tree site from scratch with Roq.
Jul 5, 2026 — 22 minute(s) readCreate a Blog from Scratch with Roq (45min)
Step-by-step tutorial: build a blog from scratch with Roq using the base theme. Learn layouts, collections, and Tailwind styling.
Jul 5, 2026 — 19 minute(s) readCreate your own Blog with Roq (30min)
Step-by-step tutorial: create and customize a blog with Roq using the default theme.
Jul 5, 2026 — 15 minute(s) readCollapsible Sections: Hide and Reveal Content in Your Posts
The Roq default theme now styles HTML collapsible sections out of the box, in both Markdown and AsciiDoc content. Perfect for tutorials with hints, FAQs, and long reference sections.
Jul 1, 2026 — 2 minute(s) readGenerate Open Graph Images for Social Sharing with Roq
Create 1200×630 PNG social preview cards from Qute SVG templates and inject og:image metadata automatically.
Jun 25, 2026 — 3 minute(s) readGenerate first class citizen pages from your data
You can now generate pages dynamically from data collections, perfect for catalogs, team pages, or any content driven by structured data files.
May 22, 2026 — 2 minute(s) read