- Fast build;
- Plugins support;
- A lot useful defaults;
- Easy to migrate existing wordpress template and instance.
- Create
build.gradle.kts
file with following content:plugins { id("io.heapy.kpress").version("1.0.0") } repositories { mavenCentral() }
- Create
content/posts/hello.kts
file with following content:TODO()
- Run
./gradlew clean build
to generate site