Skip to content

dlsf/dasBlog

Repository files navigation

dasBlog

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.

Usage

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.

Running the site

You can host the website locally via docker-compose.