This is the GitHub Pages website for the GlaSSLess project.
Built using Roq, a static site generator powered by Quarkus.
Run the site locally with live reload:
./mvnw quarkus:devThe site will be available at http://localhost:8080
Generate the static site:
./mvnw quarkus:build -Dquarkus.roq.generator.batch=trueThe static files will be output to target/roq/.
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch via GitHub Actions.
.
├── content/ # Site pages (Markdown, HTML)
├── data/ # Site data (YAML files)
├── public/ # Static assets (CSS, images)
├── templates/ # Qute templates
│ ├── layouts/ # Page layouts
│ └── partials/ # Reusable components
└── src/main/resources/
└── application.properties # Site configuration
Apache License 2.0