easy-to-use static résumé/CV(Curriculum Vitae) website builder
Neat Résumé is a static website builder for Résumé and Curriculum Vitae. From the template, you can easily create your own resume website with YAML formatted data.
The generated website contains print and pdf download buttons.
Help keep this project and demo-website alive!! All donation regardless of amounts are welcome!!
You can choose to donate using PayPal and Ko-Fi. Ko-Fi also accepts credit/debit card payments.
You need to modify YAML files in data
directory to modify contents of each section.
Developed and tested with Ubuntu 20.04.2 LTS
and Node v.14.16.0
,
but expected to work with any environment with nodejs.
To prevent from the users mistakenly not providing required information, ajv is used.
Here is the list for supported npm/yarn scripts. These are used to lint, test, build, and run the code.
lint
: lint the codelint:fix
: lint the code and try auto-fixbuild
: generate static websites (destination:dist
directory)start
: start localhost to preview the website (Currently, it does not detect any file changes. You may need to restart the preview server once you modify template/data).clean
: remove the compiled files
You are allowed to modify my yaml
file to create your own résumé website.
However, you must not use my resume for any purpose without written consent.
If you have any inquires, feel free to post an issue or email me. If you modified the code to create your own template, you are encouraged to share your work with others.