Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xadada/resume
https://github.com/0xadada/resume
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xadada/resume
- Owner: 0xadada
- Created: 2021-02-03T19:11:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T01:57:53.000Z (8 months ago)
- Last Synced: 2024-10-18T08:24:55.967Z (26 days ago)
- Language: CSS
- Homepage: https://0xadada.pub/resume
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume
A simple resume.
## Requirements
- Pandoc
- Prince XML
- Computer Modern typefaceon 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.