Commit Graph
62 Commits
Author SHA1 Message Date
Paul Tsouchlos 4dcb8ab7fd chore: bump version 2024-07-22 09:50:02 -04:00
Paul Tsouchlos 40427ffede fix: don't color resume-entry links 2024-07-22 09:49:51 -04:00
Paul T a721c30354 feat: use new features in template 2024-07-15 09:58:33 -04:00
Paul T 207a2f37b9 chore: remove spacing
I don't think this added space accomplishes much. Removing for now.
2024-07-15 09:55:53 -04:00
Paul T aafb3b31f9 fix: remove italics
Italics can be unnecessarily hard to read.
2024-07-15 09:55:32 -04:00
Paul T 7571cffd8b Revert "ci: run ci on pull requests"
This reverts commit 9cc5a62a50.
2024-07-09 17:08:41 -04:00
Paul T 9cc5a62a50 ci: run ci on pull requests 2024-07-09 17:07:33 -04:00
Paul T fc3347ae75 chore: use new version in templates 2024-07-09 17:02:58 -04:00
Paul T f03c687808 chore: bump version 2024-07-09 16:56:32 -04:00
Paul T a6a6108cae format: auto formatting 2024-07-09 15:33:36 -04:00
Paul T 85e9faf8dc chore: remove (now) unused icon 2024-07-09 15:33:21 -04:00
Paul T 4cefe9c2cd Merge branch 'fix/no-space-for-chinese-and-japanese' of github.com:DeveloperPaul123/modern-cv into fix/no-space-for-chinese-and-japanese 2024-06-23 20:31:48 -04:00
Paul T 53f3b721b2 fix: no space for name when language is zh or jp
For chinese and japanese, don't use a space between the firstname and lastname
2024-06-23 20:31:40 -04:00
Paul T 0f4e404994 fix: try to address ci issues 2024-06-23 20:18:34 -04:00
Paul T 3afe98f056 feat: make address optional
Also improved how other fields in the `author` dictionary are checked so they can be omitted completely if the user so chooses. Currently they must be left empty to be omitted.
2024-06-23 20:15:57 -04:00
Paul T a2ac2cfb18 fix: no space for name when language is zh or jp
For chinese and japanese, don't use a space between the firstname and lastname
2024-06-23 20:03:42 -04:00
Paul T 04bc4ffbd7 chore: update version used in templates 2024-05-14 12:02:20 -04:00
Paul T 46a83e51c0 chore: update images 2024-05-14 12:01:37 -04:00
Paul T 377c0d9ff6 chore: update version 2024-05-14 12:01:26 -04:00
Paul T 8b27dbdaf2 fix: add sincerely to lang.toml
Added "Sincerely" in the coverletter to the list of translated words. Fixes #27
2024-05-14 11:52:51 -04:00
Paul T 21cdfb557b format: auto-formatting 2024-05-14 11:52:50 -04:00
Paul T 2f5ad86c6f chore: increment versions in templates 2024-05-14 11:52:50 -04:00
Paul T f7a4ffdd17 docs: add docs on how to build and test template 2024-04-15 15:19:23 -04:00
Paul T 62286ddd14 chore: update images 2024-04-15 15:18:58 -04:00
Paul T efd27110bd feat: add initial mult-lingaal support for template
Using linguify to support multiple languages
2024-04-15 13:07:43 -04:00
Paul T 033a0f7fbb chore: update thumbnails 2024-04-05 21:13:40 -04:00
Paul T 201f6f7657 chore: update version to 0.3.0 2024-04-05 17:48:54 -07:00
Paul T e477fc04df chore: add new line 2024-04-05 17:48:54 -07:00
Paul T 12ea6807a3 chore: update readme and screenshots 2024-04-05 17:48:54 -07:00
Paul T 6bd4116307 fix: update examples based on template changes 2024-04-05 17:48:54 -07:00
Paul T d2482e1198 fix: minor issues with accent color, switch to kebab-case
Fixed minor issue with accent color and switch (fully) to using kebab case.

Fixes #17
Fixes #19
2024-04-05 17:48:54 -07:00
Paul T 9654d6ef7c build: ignore asset files when releasing package 2024-04-05 17:48:54 -07:00
Paul T b23f46b9ba chore: shared repo config from fork 2024-04-05 17:48:54 -07:00
Paul T bd9bfc1733 format: auto format update 2024-04-05 17:48:54 -07:00
Paul T 87e0609aa9 format: auto-formatting 2024-04-05 17:48:54 -07:00
Paul T bf166be9fb feat: add script to format typst files 2024-04-05 17:48:54 -07:00
Paul T 0b7481e9be feature: add another coverletter example 2024-04-02 14:59:54 -07:00
Paul T 1709d6458d docs: add blurb in README about docs 2024-04-01 07:25:35 -07:00
Paul T 0d70af373b chore: update to checkout@v4 2024-04-01 07:25:35 -07:00
Paul T 5f91afd694 ci: fix output file name 2024-04-01 07:25:35 -07:00
Paul T a0e579493a ci: fix package spelling 2024-04-01 07:25:35 -07:00
Paul T 15a6288165 ci: install needed fonts 2024-04-01 07:25:35 -07:00
Paul T 0dbf348b2b ci: set up initial script
Add CI to build documentation with each push
2024-04-01 07:25:35 -07:00
Paul T 311bf4fcc5 chore: minor README update 2024-04-01 06:26:47 -07:00
Paul T c706d87704 feat(template): update resume and coverletter template
Updated template based on feedback from Lemmy and else where. Changes coloring scheme as well as some of the font/font weight and style used. Overall, this makes everything a lot more readable and easier to scan at a glance.
2024-04-01 06:26:47 -07:00
Paul T 803aea96cd chore: move image locations in repo 2024-04-01 06:26:47 -07:00
Paul T 48fc43779e build: add script to generate preview images 2024-04-01 06:26:47 -07:00
Paul T d4ba30d3f2 chore: read version from toml when installing package locally
Updated script to read the package version from the toml file
2024-04-01 06:26:47 -07:00
Paul T d73acd5dea chore: add funding.yml 2024-03-28 11:35:22 -04:00
Paul T 009adbe248 docs: update readme docs and reorganize images
Moved images to central folder and updated usage docs in the README
2024-03-28 08:31:48 -04:00
Paul T bde0b7120c docs: update build/usage documentation
Resolves #2
2024-03-27 20:25:24 -04:00
Paul Tsouchlos 4f43e0b2b3 docs: fix formatting issue in README 2024-03-26 09:17:01 -07:00
Paul Tsouchlos ec2560bff8 chore: add keyword in toml
Add "Curriculum Vitae" for discoverability
2024-03-26 09:01:19 -04:00
Paul Tsouchlos 6d6adc872a docs: add blurb that using template on web doesn't require fonts 2024-03-26 09:00:47 -04:00
Paul Tsouchlos b0e7779b6a fix: use kebab-case and fallback for fonts 2024-03-26 09:00:22 -04:00
Paul T ccf77d1229 docs: add badges to README 2024-03-25 11:42:00 -04:00
Paul T 0d22dec867 chore: update profile picture used in template 2024-03-25 11:04:00 -04:00
Paul T 8abe5d3bcd chore: rename documentation file 2024-03-25 10:49:00 -04:00
Paul T b2ac667295 chore: update typst.toml
Added parameters needed in the typst toml before submission to typst universe
2024-03-25 10:39:52 -04:00
Paul T 3e09349c01 chore: use @preview import in templates 2024-03-25 10:39:27 -04:00
Paul T 3038248a18 docs: update basic docs in README 2024-03-25 10:39:13 -04:00
Paul T 325c783967 Initial commit 2024-03-25 10:26:10 -04:00