From ec2560bff8bd95a09f16589124834cbcb4754f6f Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Tue, 26 Mar 2024 09:01:19 -0400 Subject: [PATCH] chore: add keyword in toml Add "Curriculum Vitae" for discoverability --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 7d28a7a..fe7d62d 100644 --- a/typst.toml +++ b/typst.toml @@ -6,7 +6,7 @@ entrypoint = "lib.typ" authors = ["Paul Tsouchlos "] license = "MIT" description = "A modern resume template based on the Awesome-CV Latex template." -keywords = ["CV", "Resume", "Minimalistic", "Professional", "Modern"] +keywords = ["CV", "Curriculum Vitae", "Resume", "Minimalistic", "Professional", "Modern"] categories = ["cv"] disciplines = [] exclude = ["resume-documentation*", "scripts*"]