diff --git a/thumbnail.png b/thumbnail.png new file mode 100644 index 0000000..84c2eb6 Binary files /dev/null and b/thumbnail.png differ diff --git a/typst.toml b/typst.toml index ca1afa2..0342fc3 100644 --- a/typst.toml +++ b/typst.toml @@ -13,3 +13,8 @@ keywords = ["slides", "presentation", "beamer"] categories = ["presentation"] compiler = "0.1.0" exclude = [".github", "examples", "tests", "justfile"] + +[template] +path = "template" +entrypoint = "main.typ" +thumbnail = "thumbnail.png"