The source code of the blog.das.moe website. Designed to be minimalistic, it serves mostly static Markdown files as slightly stylized HTML using Javalin.
Markdown files that should be published as posts need to be placed in the posts/
directory and need a specific YAML header. They are categorized via their category
metadata, but additional folders can be used to structure them.
Please refer to the example about page for details.
You can host the website locally via docker-compose.