wangrunlin / jsonresume-theme-latte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latte Theme! ☕️+🥛

Latte it's a JSON Resume theme based on Theme Boilerplate, Caffeine Theme and Macchiato Theme.

Changes from Macchiato and Caffeine Theme

Visual differences

  • Chinese support
  • Chinese fonts

Usage

  1. Download JSON Resume CLI
npm install -g resume-cli
  1. Download the theme from npm
npm install -g jsonresume-theme-latte
  1. Use resume cli to build your resume
resume export resume.html --theme latte

PDF output

JSONResume CLI should be able to make a PDF out of your JSON but I always struggled to get it to work, so I switched to a more direct and effective approach.

Obviously you could write a very simple Node script to use the real Puppeteer and the render function to make a PDF without first exporting the HTML version.

Also checkout HackMyResume, a powerful tool to build and analyze your JSON Resume.

LICENSE

Available under the MIT license.

About

License:MIT License


Languages

Language:Handlebars 58.6%Language:CSS 30.3%Language:JavaScript 11.1%