Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 638 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 638 Bytes

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.