Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xadada/resume


https://github.com/0xadada/resume

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Resume

A simple resume.

## Requirements

- Pandoc
- Prince XML
- Computer Modern typeface

on macOS:

```bash
# install Pandoc and libs
brew install pandoc
# install Prince XML
brew install --cask --no-quarantine prince
# install font
brew install --cask font-computer-modern
```

## Generating Resume

```bash
# build all formats
pandoc -d config/html
pandoc -d config/pdf
```

## Printing Resume

Output format to HTML, open Print dialog. Print to PDF.