Initial commit
This commit is contained in:
17
typst.toml
Normal file
17
typst.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "modern-cv"
|
||||
version = "0.1.0"
|
||||
compiler = "0.11.0"
|
||||
entrypoint = "lib.typ"
|
||||
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]
|
||||
license = "MIT"
|
||||
description = "A modern resume based on the Awesome-CV Latex template."
|
||||
keywords = ["CV", "Resume", "Minimalistic", "Professional", "Modern"]
|
||||
categories = ["cv"]
|
||||
disciplines = []
|
||||
exclude = ["resume-documentation*", "scripts*"]
|
||||
|
||||
[template]
|
||||
path = "template"
|
||||
entrypoint = "resume.typ"
|
||||
thumbnail = "resume.png"
|
||||
Reference in New Issue
Block a user