# dashbuilder-website **Repository Path**: kiegroup/dashbuilder-website ## Basic Information - **Project Name**: dashbuilder-website - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-25 - **Last Updated**: 2026-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Dashbuilder https://www.dashbuilder.org/[www.dashbuilder.org] == Build the entire website To build the entire website with JBake and Antora (before and after your changes), run: ---- $ git clone git@github.com:kiegroup/dashbuilder-website.git $ cd dashbuilder-website/ $ mvn clean install $ firefox dashbuilder-website-assembly/target/website-complete/index.html ---- This can take a minute. To speed that up, only build the `dashbuilder-website-root` directory. == Edit the website Try making some changes in any of the key files: * *Front page*: `dashbuilder-website-root/templates/index.ftl` (FreeMarker) * *Blog articles*: `dashbuilder-website-root/content/blog/` (AsciiDoc) * *Users list*: `dashbuilder-website-root/data/users.yml` (YAML) * *Videos list*: `dashbuilder-website-root/data/videos.yml` (YAML) * *Base layout*: `dashbuilder-website-root/templates/base.ftl` (FreeMarker)