Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 9 hours ago
JSON representation

Create your résumé easily with a single markdown file.

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)