Open xplosionmind opened 2 years ago
Hey there,
i have as much no clue as you do, but after a while i stumbled across the --resume
parameter.
To validate run: resume validate --resume resume.yaml
To save you the pain of what comes next:
The default theme just didn't work for me, it doesn't provide a index.js file in the root of the installed package and, against whatever the docs claim, it wasn't installed when installing resume-cli
either.
So:
package.json
in the dir that contains the resume.yaml
to be able to install packages into the dir: npm init --yes
npm install jsonresume-theme-orbit
resume export --resume resume.yaml --theme orbit foo.pdf
But a html preview via resume serve --resume resume.yaml --theme orbit
still fails :shrug:
At this point I'm giving up. I couldn't find any theme where the pdf export looks half decent... If you do, let me know :slightly_smiling_face:
When I run
resume validate
in a directory containing a file namedresume.yml
(I tried also usingresume.yaml
, same thing), I get this result:I also tried using
resume validate resume.yml
(passing the filename as argument), but I get the same error.It appears like the YAML file is not read, even though this repository’s README indicates that YAML should be supported.