This is where I host my personal resume.
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
If using VS Code, then install the Code Spell Checker extension to get spelling hints and suggestions.