An open API service indexing awesome lists of open source software.

https://github.com/heapy/kpress

Modern static site generator written in Kotlin.
https://github.com/heapy/kpress

blog-engine kotlin static-site static-site-generator

Last synced: about 1 year ago
JSON representation

Modern static site generator written in Kotlin.

Awesome Lists containing this project

README

          

![Logo](./logo.png)

# 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:
```kotlin
plugins {
id("io.heapy.kpress").version("1.0.0")
}

repositories {
mavenCentral()
}
```
1. Create `content/posts/hello.kts` file with following content:
```kotlin
TODO()
```
1. Run `./gradlew clean build` to generate site