Rename site-config to site.yml

Signed-off-by: Minecon724 <git@m724.eu>
This commit is contained in:
Minecon724 2025-02-22 16:35:30 +01:00
parent a7ab3b400c
commit 1557a47987
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -124,7 +124,7 @@ public class BlogBuilder {
public void build() throws IOException { public void build() throws IOException {
System.out.println("Loading site..."); System.out.println("Loading site...");
if (site == null) if (site == null)
this.site = Site.fromConfig(workingDirectory.resolve("site-config.yml")); this.site = Site.fromConfig(workingDirectory.resolve("site.yml"));
if (renderOptions == null) if (renderOptions == null)
this.renderOptions = RenderOptions.fromConfig(workingDirectory.resolve("render.yml")); this.renderOptions = RenderOptions.fromConfig(workingDirectory.resolve("render.yml"));