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.
- Host: GitHub
- URL: https://github.com/heapy/kpress
- Owner: Heapy
- License: gpl-3.0
- Created: 2015-11-14T23:39:16.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T12:17:41.000Z (about 5 years ago)
- Last Synced: 2025-04-10T15:47:58.204Z (about 1 year ago)
- Topics: blog-engine, kotlin, static-site, static-site-generator
- Language: Kotlin
- Homepage: https://heapy.io/kpress
- Size: 6.1 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# 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