-
-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathtypst.toml
More file actions
18 lines (17 loc) · 585 Bytes
/
Copy pathtypst.toml
File metadata and controls
18 lines (17 loc) · 585 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "modern-cv"
version = "0.11.0"
compiler = "0.12.0"
entrypoint = "lib.typ"
authors = ["Paul Tsouchlos <https://github.com/ptsouchlos>"]
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*", "tests/*"]
repository = "https://github.com/ptsouchlos/modern-cv"
[template]
path = "template"
entrypoint = "resume.typ"
thumbnail = "assets/images/resume.png"