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
- Host: GitHub
- URL: https://github.com/jdmarble/resume
- Owner: jdmarble
- Created: 2023-01-28T19:54:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T13:57:46.000Z (10 months ago)
- Last Synced: 2025-09-01T15:32:22.963Z (10 months ago)
- Homepage: https://resume.jdmarble.com
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```