From b2ac66729592a33deb0f0279e99b649d30397751 Mon Sep 17 00:00:00 2001 From: Paul T Date: Mon, 25 Mar 2024 10:39:52 -0400 Subject: [PATCH] chore: update typst.toml Added parameters needed in the typst toml before submission to typst universe --- typst.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index f7eebaa..7d28a7a 100644 --- a/typst.toml +++ b/typst.toml @@ -5,11 +5,13 @@ compiler = "0.11.0" entrypoint = "lib.typ" authors = ["Paul Tsouchlos "] license = "MIT" -description = "A modern resume based on the Awesome-CV Latex template." +description = "A modern resume template based on the Awesome-CV Latex template." keywords = ["CV", "Resume", "Minimalistic", "Professional", "Modern"] categories = ["cv"] disciplines = [] exclude = ["resume-documentation*", "scripts*"] +homepage = "https://github.com/DeveloperPaul123/modern-cv" +repository = "https://github.com/DeveloperPaul123/modern-cv" [template] path = "template"