/blog — post 001

Hello World

DATE 2026-05-10TAG READ ~1 min

Hello World

Welcome to my blog! This is the first post generated by the Kotlin-based static site generator.

What Changed?

The blog build system has been replaced from Hugo to freshly written Kotlin:

  • Templates are now kotlinx-html DSL functions instead of Jinja2 HTML files
  • Markdown is parsed by the JetBrains Markdown library
  • Front matter is handled by SnakeYAML
  • CLI is powered by Clikt

Code Example

Here's a sample Kotlin snippet:

fun main() {
    println("Hello from the new blog generator!")
}

What's Next

  • More posts about projects and cybersecurity
  • Custom themes

End of file

← Back to blog