Skip to content

AjayJagan/dashbuilder-website

 
 

Repository files navigation

Dashbuilder

Build the entire website

To build the entire website with JBake and Antora (before and after your changes), run:

$ git clone [email protected]: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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • HTML 25.0%
  • CSS 10.9%
  • Less 9.4%
  • FreeMarker 1.0%
  • XSLT 0.0%