Simplify JSONResume Makefile targets & add PDF generation

- Remove broken jsonresume-preview & jsonresume-export targets (Node 22 incompatible)
- Add jsonresume-pdf target for 4 favorite themes (kendall, modern-plain, one, onepage-plus)
- Include puppeteer in jsonresume-themes install
- Gitignore node_modules & npm files
This commit is contained in:
Russell Ballestrini 2025-12-15 09:21:34 -05:00
parent b5232587c2
commit c647048f9d
2 changed files with 37 additions and 22 deletions

5
.gitignore vendored
View file

@ -77,3 +77,8 @@ vars.fish
blog-multi-mower/
webwords/
venv/
# Node.js / JSONResume
node_modules/
package.json
package-lock.json