Skip to content

A Markdown résumé template on top of Marp for VS Code.

License

Notifications You must be signed in to change notification settings

Octobug/marp-vscode-resume

Repository files navigation

marp-vscode-resume

Write your résumé in Markdown.

English | 简体中文

Dependencies

How to Use

💡 The resume content is generated by ChatGPT.

Editing Environment

  1. Clone this repository

    git clone [email protected]:Octobug/marp-vscode-resume.git
  2. Open the project in VS Code

    code marp-vscode-resume
  3. Edit using Markdown syntax: Resume template templates/en.md

  4. Export the file: The best part of the Marp for VS Code extension is that the exported file is exactly the same as the preview, supporting formats like HTML, PDF, PPTX, PNG, JPEG

    • Shortcut: command/ctrl + shift + p
    • Select: Marp: Export Slide Deck...

Command Line Tools (Optional)

nvm use
npm install

# Formats: html|jpeg|png|pdf|pptx
npm run pdf
tree resumes 
resumes
├── en.pdf
└── zh.pdf

Customizing CSS

This is a template modified based on the Marp Gaia theme, not an out-of-the-box tool, so you may need to tweak details according to your preferences.

Debugging CSS?

  1. Export the HTML file
  2. Use the browser's developer tools

License

MIT License

Copyright © 2023 Shaobiao Lin

About

A Markdown résumé template on top of Marp for VS Code.

Topics

Resources

License

Stars

Watchers

Forks

Languages