about
Setup
build.gradle
apply plugin : "io.github.mxab.gram"
Define first page
Put your main content in the index.adoc in src/content
src/content/index.adoc
= Hello World
This is my site
Build
./gradlew site
The generated static files can be found in build/site