Totally random question. I want to build a simple ...
# random
p
Totally random question. I want to build a simple static website. What is the nicest tech to use? I don't want to use any premade solutions because that's no fun but I also don't want to write plain HTML+CSS.
n
poohbar: Have you considered using Kotlin JS with its official DOM API (uses the official web API via JS interop)?
Scratch that since you would need to write some very bare bones HTML (just the index.html file for example) in order to get it working.
Might be an idea for a future Kotlin project (static website generator) 💡