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