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:
parent
b5232587c2
commit
c647048f9d
2 changed files with 37 additions and 22 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -77,3 +77,8 @@ vars.fish
|
|||
blog-multi-mower/
|
||||
webwords/
|
||||
venv/
|
||||
|
||||
# Node.js / JSONResume
|
||||
node_modules/
|
||||
package.json
|
||||
package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue