Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octobug/marp-vscode-resume
A Markdown résumé template on top of Marp for VS Code.
https://github.com/octobug/marp-vscode-resume
markdown marp marp-vscode marp-vscode-resume resume
Last synced: about 1 month ago
JSON representation
A Markdown résumé template on top of Marp for VS Code.
- Host: GitHub
- URL: https://github.com/octobug/marp-vscode-resume
- Owner: Octobug
- License: mit
- Created: 2024-08-14T15:02:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T14:26:07.000Z (2 months ago)
- Last Synced: 2024-11-23T15:27:03.434Z (2 months ago)
- Topics: markdown, marp, marp-vscode, marp-vscode-resume, resume
- Language: CSS
- Homepage:
- Size: 3.82 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marp-vscode-resume
*Write your résumé in Markdown*.
`English` | [简体中文](README.zh.md)
## Dependencies
- [VS Code](https://code.visualstudio.com/)
- VS Code Extensions
- [marp-vscode](https://github.com/marp-team/marp-vscode)
- [vscode-markdownlint](https://github.com/DavidAnson/vscode-markdownlint.git) (Optional)## How to Use
> 💡 The resume content is generated by ChatGPT.
![Editing Environment](.assets/editting.en.png)
1. **Clone this repository**
```sh
git clone [email protected]:Octobug/marp-vscode-resume.git
```2. **Open the project in VS Code**
```sh
code marp-vscode-resume
```3. **Edit using Markdown syntax**: Resume template [`templates/en.md`](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](https://github.com/marp-team/marp-vscode#export-slide-deck-to-html-pdf-pptx-and-image-%EF%B8%8F)- Shortcut: `command/ctrl + shift + p`
- Select: `Marp: Export Slide Deck...`### Command Line Tools (Optional)
```sh
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](https://github.com/marp-team/marp-core/tree/main/themes#gaia), 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`](.marp/theme.css)
- For customizing Marp themes, please refer to: [Use custom theme CSS 🛡️](https://github.com/marp-team/marp-vscode#use-custom-theme-css-%EF%B8%8F)
- If you want to further customize styles based on Gaia, please refer to its original style file: [marp-core/themes/gaia.scss](https://github.com/marp-team/marp-core/blob/main/themes/gaia.scss)#### Debugging CSS?
1. Export the HTML file
2. Use the browser's developer tools## License
[MIT License](./LICENSE)
Copyright © 2023 Shaobiao Lin