chore: update typst.toml
Added parameters needed in the typst toml before submission to typst universe
This commit is contained in:
@@ -5,11 +5,13 @@ compiler = "0.11.0"
|
|||||||
entrypoint = "lib.typ"
|
entrypoint = "lib.typ"
|
||||||
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]
|
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]
|
||||||
license = "MIT"
|
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"]
|
keywords = ["CV", "Resume", "Minimalistic", "Professional", "Modern"]
|
||||||
categories = ["cv"]
|
categories = ["cv"]
|
||||||
disciplines = []
|
disciplines = []
|
||||||
exclude = ["resume-documentation*", "scripts*"]
|
exclude = ["resume-documentation*", "scripts*"]
|
||||||
|
homepage = "https://github.com/DeveloperPaul123/modern-cv"
|
||||||
|
repository = "https://github.com/DeveloperPaul123/modern-cv"
|
||||||
|
|
||||||
[template]
|
[template]
|
||||||
path = "template"
|
path = "template"
|
||||||
|
|||||||
Reference in New Issue
Block a user