diff --git a/info.yaml b/conf/info.yaml similarity index 100% rename from info.yaml rename to conf/info.yaml diff --git a/src/prelude.typ b/src/prelude.typ index 42b1ff7..0492867 100644 --- a/src/prelude.typ +++ b/src/prelude.typ @@ -3,7 +3,7 @@ #import "extra/util.typ": title, subtitle, largetext, signature, to_cm, to_pt, to_em // import document information -#let info = yaml("../info.yaml") +#let info = yaml("../conf/info.yaml") // general document information #let format = yaml("../conf/format.yaml") \ No newline at end of file