webketje / metalsmith-starter-resume

A highly customizable, professional, responsive Bootstrap-themed resume / CV template with Metalsmith

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metalsmith-resume

A professional, responsive Bootstrap4-themed resume / CV, designed by Xiaoying Riley (3rd Wave Media).
Made highly customizable with metalsmith, Handlebars & SCSS.

DEMO

Features a lot of customization, a print-friendly version, and twitter/ facebook/ linkedin share tags.

Setup

git clone this repository, then run npm install.

Develop

Run npm start to compile the resume. Open your browser at http://localhost:5000 to view the result. Re-run npm start and reload the browser tab to reload changes. Run npm run build for a production build with minified HTML in the dist/ folder.

Customize

Make the resume yours by editing the contents of src/data.yml, and replacing src/assets/profile.jpg with your photo.
In index.js you can set the theme to use either default or grayscale, or create your own. You can also change the filename and page format (A4/ letter) of the PDF and where to output it in the build. You can modify the Handlebars template at partials/resume.hbs.
Need more flexibility? Feel free to add other metalsmith plugins and further customize the CSS in src/assets/style.scss.

Use responsibly

Please keep the footer backlink intact or purchase a license at 3rd Wave Media

About

A highly customizable, professional, responsive Bootstrap-themed resume / CV template with Metalsmith


Languages

Language:Handlebars 60.5%Language:SCSS 26.3%Language:JavaScript 13.3%