https://github.com/roguh/pandoc-resume
Write a résumé in markdown and convert to PDF, DOCX, and HTML.
https://github.com/roguh/pandoc-resume
Last synced: about 1 year ago
JSON representation
Write a résumé in markdown and convert to PDF, DOCX, and HTML.
- Host: GitHub
- URL: https://github.com/roguh/pandoc-resume
- Owner: roguh
- Created: 2017-11-11T00:10:11.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T05:38:13.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T10:51:19.298Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 282 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pandoc-Résumé
Write a résumé in markdown and convert to PDF, DOCX, and HTML.
Pandoc converts `template.md` into several standalone formats with similar styles.
## Usage
Edit `template.md` to add content. Edit `style.css` to change the HTML style and `reference.docx` for the DOCX style.
Run one of these commands to convert `template.md`:
```
build.sh template pdf
build.sh template docx
build.sh template html
```
To generate all formats, run
```
all.sh template
```
### DOCX, HTML
These output formats may need further processing.
## Sample
