The public sources for my resume. These sources are auto compiled and published upon changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
247 B

  1. #!/usr/bin/env bash
  2. cd /source
  3. # Script to build an HTML site from the PDF source
  4. pdf2htmlEX --embed cfijo --dest-dir out DPSResume.pdf
  5. chown -R root:root out
  6. chmod -R 666 out
  7. tar -czvf ResumeSite.tar.gz -C out .
  8. chmod 666 *.tar.gz
  9. #rm -rf out