-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
I am aware of #2883. I am trying to solve a similar problem using a different solution.
Is your feature request related to a problem? Please describe.
Users typically need to keep a PDF version of the CV and a web version. The web version is also not very tight in format.
Describe the solution you'd like
I have developed a package called EasyCV, https://github.com/syifan/easycv. The npm package is here https://www.npmjs.com/package/easycv. The package can generate a web-based CV that:
- Separate content from style. The content is in a YAML file.
- Highly structured and uniform
- Can be easily converted into a PDF-based CV.
Describe alternatives you've considered
Academic Pages can also create something similar from scratch. But it is replicating effort. I also acknowledge that my solution is a bit complicated. So let me know what you think?
Additional context
Please check here for what I have changed in cv.md. https://github.com/syifan/easycv_academicpages_example/blob/master/_pages/cv.md
Here is a preview of what it looks like.
https://syifan.github.io/easycv_academicpages_example/cv/
Here is the yml file format.
https://github.com/syifan/easycv_academicpages_example/blob/master/files/cv_data.yml
If the academic pages like my solution, I am happy to prepare a PR.