Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 512 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 512 Bytes

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