If you need a Maven dependency, [see here](/Minecon724/-/packages/maven/eu.m724-blog)
## Project format
There's an ["Example workdir"](/Minecon724/blog-software-java/src/branch/master/example_workdir) which you can take inspiration from.
Basically:
-`assets/` - contains static assets
-`posts/` - contains posts
-`template/` - contains the template, see [Template format](#Template format) below
-`site-config.json` - the site configuration
-`name: "my blog"` property - site name
-`baseUrl: "https://example.com"` property - URL of the site. It must be a root URL - folders are currently not supported. This is used only for the RSS feed.