I want to create a static blog with kobweb, what approach do you recommend? I want the latest articles to update automatically on the home page and a category system.
d
David Herman
12/12/2024, 7:36 AM
Check out my blog site https://bitspittle.dev. It's open source so if you like what you see, ask me questions and steal anything you want from how it's implemented. Check the build.gradle.kts file to see how I create the listing page programmatically at build time.