diff --git a/README.md b/README.md index 5f99e88..079fae4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ --- title: "GULAG" subtitle: "Guidelines & Unified Laws for Advanced Gitflow" +template: "darko" --- # General diff --git a/md-pdf.ron b/md-pdf.ron index 599c7b2..2ae8e6a 100644 --- a/md-pdf.ron +++ b/md-pdf.ron @@ -1,5 +1,5 @@ ( - templates_dir: Some("./"), + templates_dir: Some("./templates"), default_template: Some("darko"), default_language: Some("en"), default_toc: Some(false), diff --git a/darko.typ b/templates/darko.typ similarity index 100% rename from darko.typ rename to templates/darko.typ