Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kj-sh604/pandoc-resume
Create your résumé easily with a single markdown file.
https://github.com/kj-sh604/pandoc-resume
latex latex-document latex-template makefile markdown markdown-to-html pandoc
Last synced: about 1 month ago
JSON representation
Create your résumé easily with a single markdown file.
- Host: GitHub
- URL: https://github.com/kj-sh604/pandoc-resume
- Owner: kj-sh604
- Created: 2024-07-04T15:55:00.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-11T05:26:34.000Z (4 months ago)
- Last Synced: 2024-10-12T21:03:37.774Z (2 months ago)
- Topics: latex, latex-document, latex-template, makefile, markdown, markdown-to-html, pandoc
- Language: TeX
- Homepage:
- Size: 363 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Revival of an Old Markdown to Résumé/CV Make Script
*Create your résumé/CV easily using a single markdown file (`index.md`).*
**HTML Output Example**
![Image of HTML Output](img/README_examples/html.png)
**PDF Output Example**
![Image of PDF Output](img/README_examples/pdf.png)
A Makefile is provided so that you can compile it into both a LaTeX PDF and an HTML file using `pandoc`.
## Features
### HTML Output
- Responsive web design, custom background, and div settings with `style.css`.
- Automatically generated "table of contents" transformed into a menu bar with dropdown subsections.
- Longer content sections are hidden and revealed on mouseover (or with a single-tap on mobile).### PDF Output
- Custom LaTeX template (`template.tex`) used for PDF generation.## Usage
1. Edit the `index.md` with your editor of choice.
2. Run `make` (or `make compile`) to generate a PDF and HTML file.## Dependencies
- `pandoc`
- `LaTeX`
- `make` (optional, commands in the `Makefile` can be run indivdually)## Links
- [Original Public Archive](https://github.com/LukeSmithxyz/md-website-cv)