kpress
1.0.0

build.gradle.kts file with following content:
plugins {
id("io.heapy.kpress").version("1.0.0")
}
repositories {
mavenCentral()
}content/posts/hello.kts file with following content:
TODO()./gradlew clean build to generate site