Heapy / kpress

Modern static site generator written in Kotlin.
https://heapy.io/kpress
GNU General Public License v3.0
5 stars 0 forks source link
blog-engine kotlin static-site static-site-generator

Logo

KPRESS

Goals

Setup

  1. Create build.gradle.kts file with following content:

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