Skip to content
/ kpress Public

Modern static site generator written in Kotlin.

License

Notifications You must be signed in to change notification settings

Heapy/kpress

Repository files navigation

Logo

KPRESS

Goals

  • Fast build;
  • Plugins support;
  • A lot useful defaults;
  • Easy to migrate existing wordpress template and instance.

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

Releases

No releases published

Sponsor this project

Packages

No packages published