Files
modern-cv/typst.toml
Paul Tsouchlos 83a0c0888b fix: remove homepage entry from toml
Per the package check for typst universe, don't use homepage if there is no dedicated website.
2024-11-01 12:20:17 -04:00

19 lines
604 B
TOML

[package]
name = "modern-cv"
version = "0.7.0"
compiler = "0.12.0"
entrypoint = "lib.typ"
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]
license = "MIT"
description = "A modern resume template based on the Awesome-CV Latex template."
keywords = ["CV", "Curriculum Vitae", "Resume", "Minimalistic", "Professional", "Modern"]
categories = ["cv"]
disciplines = []
exclude = ["resume-documentation*", "scripts*", "assets/images/*"]
repository = "https://github.com/DeveloperPaul123/modern-cv"
[template]
path = "template"
entrypoint = "resume.typ"
thumbnail = "assets/images/resume.png"