Skip to content

Template for generating neat resumes using markdown and marp-cli

License

Notifications You must be signed in to change notification settings

nzawirski/marp-markdown-resume

Repository files navigation

marp-markdown-resume

Template for creating resumes in Markdown with marp-cli

screenshot

Setup

Install dependencies (make sure you have actively supported version of nodeinstalled, in this case version 14 or higher is required):

make install

This installs marp-cli package locally. You can skip this step if you already have marp-cli installed globally.

To install marp-cli globally, run:

npm install -g @marp-team/marp-cli1

Usage

Edit resume.md and fill it with your data. Optionally you can tweak resume.css to change the look of your resume.

Current stylesheet contains basic utilities for sections, headings, and columns. resume.css contains some variables that you can change to customize the look of your resume. Or you can just write your own styles.

Refer to marp documentation for more information.

Generating resume

Generate resume in PDF format:

make pdf

Generate resume in HTML format:

make html

About

Template for generating neat resumes using markdown and marp-cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published