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

https://github.com/jdmarble/resume

James D. Marble's resume
https://github.com/jdmarble/resume

Last synced: 5 months ago
JSON representation

James D. Marble's resume

Awesome Lists containing this project

README

          

# `resume.jdmarble.com`

## Local Build

Check spelling using [`pyspelling`](https://facelessuser.github.io/pyspelling/#installing):

```sh
sudo dnf install hunspell
pip install pyspelling
pyspelling -c .spellcheck.yml
```

Render as HTML and PDF using [`markdown-resume`](https://github.com/there4/markdown-resume):

```sh
mkdir public
podman run -v ${PWD}:/resume:z there4/markdown-resume md2resume html --template readable resume.md ./public
podman run -v ${PWD}:/resume:z there4/markdown-resume md2resume pdf --template readable resume.md ./public
```

Check for leaking metadata:

```sh
pdfinfo *.pdf
```