https://github.com/eddiecorrigall/resume
My resume stuff.
https://github.com/eddiecorrigall/resume
backend corrigall resume web
Last synced: 5 months ago
JSON representation
My resume stuff.
- Host: GitHub
- URL: https://github.com/eddiecorrigall/resume
- Owner: eddiecorrigall
- Created: 2015-11-29T22:59:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T19:57:36.000Z (almost 2 years ago)
- Last Synced: 2025-06-12T16:55:08.521Z (about 1 year ago)
- Topics: backend, corrigall, resume, web
- Language: HTML
- Homepage:
- Size: 3.78 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume
This is where I host *[my personal resume](resume-eddie-corrigall-20240618.pdf)*.
## Generating File Formats
This reads the asciidoc *.adoc file, and generates html and pdf files.
```shell
# Show help
./build.sh --help
# Build resume in ALL formats
./build.sh all *.adoc
# Build and open pdf resume
./build.sh pdf *.adoc
```
## Spell Checking
If using VS Code, then install the [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) extension to get spelling hints and suggestions.