From 493439bd47c7787e8f2b624b8656b7966aa7e2e3 Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Fri, 1 Nov 2024 12:19:47 -0400 Subject: [PATCH 1/2] chore: ignore Justfile for typstignore --- .typstignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.typstignore b/.typstignore index 68e2af7..82e80b7 100644 --- a/.typstignore +++ b/.typstignore @@ -6,3 +6,4 @@ template/*.pdf .issuetracker tests/* docs/* +Justfile From 83a0c0888b020eb040143d91d8becc996486526e Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Fri, 1 Nov 2024 12:20:17 -0400 Subject: [PATCH 2/2] fix: remove homepage entry from toml Per the package check for typst universe, don't use homepage if there is no dedicated website. --- typst.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/typst.toml b/typst.toml index 7b086f8..504a017 100644 --- a/typst.toml +++ b/typst.toml @@ -10,7 +10,6 @@ keywords = ["CV", "Curriculum Vitae", "Resume", "Minimalistic", "Professional", categories = ["cv"] disciplines = [] exclude = ["resume-documentation*", "scripts*", "assets/images/*"] -homepage = "https://github.com/DeveloperPaul123/modern-cv" repository = "https://github.com/DeveloperPaul123/modern-cv" [template]