Write your résumé in Markdown.
English
| 简体中文
- VS Code
- VS Code Extensions
- marp-vscode
- vscode-markdownlint (Optional)
💡 The resume content is generated by ChatGPT.
-
Clone this repository
git clone [email protected]:Octobug/marp-vscode-resume.git
-
Open the project in VS Code
code marp-vscode-resume
-
Edit using Markdown syntax: Resume template
templates/en.md
-
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...
- Shortcut:
nvm use
npm install
# Formats: html|jpeg|png|pdf|pptx
npm run pdf
tree resumes
resumes
├── en.pdf
└── zh.pdf
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.
- The theme style file is
.marp/theme.css
- For customizing Marp themes, please refer to: Use custom theme CSS 🛡️
- If you want to further customize styles based on Gaia, please refer to its original style file: marp-core/themes/gaia.scss
- Export the HTML file
- Use the browser's developer tools
Copyright © 2023 Shaobiao Lin