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-htmlDSL 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