Rename site-config to site.yml
Signed-off-by: Minecon724 <git@m724.eu>
This commit is contained in:
parent
a7ab3b400c
commit
1557a47987
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public class BlogBuilder {
|
|||
public void build() throws IOException {
|
||||
System.out.println("Loading site...");
|
||||
if (site == null)
|
||||
this.site = Site.fromConfig(workingDirectory.resolve("site-config.yml"));
|
||||
this.site = Site.fromConfig(workingDirectory.resolve("site.yml"));
|
||||
|
||||
if (renderOptions == null)
|
||||
this.renderOptions = RenderOptions.fromConfig(workingDirectory.resolve("render.yml"));
|
||||
|
|
Loading…
Add table
Reference in a new issue