Closed christopherseaman closed 3 years ago
Thanks for the report, @christopherseaman! This has been fixed in v0.10.1.
Note that you may have to wait until the dependency version is updated in resume-cli, unless you use one of the other methods described in the README 😉
Thanks for the (amazingly) quick response. Confirmed working.
resume.json on master [✘?⇣] via ⬢ v15.11.0 on ☁️ christopher.seaman@gmail.com
❯ resume export asdf.html -r resume_with_summary.json
Done! Find your new .html resume at:
/Users/christopher/Documents/Development/resume.json/asdf.html
resume.json on master [✘?⇣] via ⬢ v15.11.0 on ☁️ christopher.seaman@gmail.com
❯ resume export asdf.html -r resume_without_summary.json
Done! Find your new .html resume at:
/Users/christopher/Documents/Development/resume.json/asdf.html
resume.json on master [✘?⇣] via ⬢ v15.11.0 on ☁️ christopher.seaman@gmail.com
❯ npm list
resume.json@ /Users/christopher/Documents/Development/resume.json
└── jsonresume-theme-even@0.10.1
For making resumes without an "About" section.
To reproduce, in a clean dir:
resume init
(fill in name/email)resume export output.html -t even
Tested and the same resume.json does export using the elegant theme and when a blank summary line (
"summary": "",
) is included although that produces an undesired blank summary line on the output as well (example).Oddly enough, this seems to work as desired on registry.jsonresume.org (see attached pics with and without a blank summary line in the basics obj).