Skip to content

eddiecorrigall/resume

Repository files navigation

Resume

This is where I host my personal resume.

Generating File Formats

This reads the asciidoc *.adoc file, and generates html and pdf files.

# 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 extension to get spelling hints and suggestions.