danialgoodwin / kotlin--static-blog-generator

Simple Python Kotlin app to convert Markdown posts to a static blog. Mainly for learning. 2kb site, top Lighthouse scores.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotlin--static-blog-generator

Create a minimal static blog using Kotlin.

Usage:

  1. Adjust the home page template and post page template, as needed
  2. Add blog posts to src/main/resources/__posts/
  3. Run the app
  4. See the output in out/public/

Notes:

  • Resource directories that start with __ (like __posts/) are NOT copied to the output directory. All other directories and content are copied.

Awards: Perfect Google Lighthouse score of 100

Perfect Google Lighthouse score of 100

TODO:

  • Add ability to generate other pages

About

Simple Python Kotlin app to convert Markdown posts to a static blog. Mainly for learning. 2kb site, top Lighthouse scores.


Languages

Language:JavaScript 44.0%Language:Kotlin 30.9%Language:HTML 23.9%Language:CSS 1.3%