This project builds my personal résumé as HTML and PDF documents from reStructuredText.
These instructions will get you a copy of this project setup on your local machine for development and building purposes.
- macOS
- Linux
- Python 2.7 and Pip
- Make
- Google Chrome (If using Chromium, see Specifying a Chrome Path)
- Aspell
- Clone the Repository
$ git clone https://github.com/shylock-hg/resume.git
- Change directories
$ cd resume
- Write your resume from template
$ cp RESUME.rst my_resume.rst
- Install dependencies and build résumé documents
$ make
- Should built résumé documents
$ ls -la dist
make
- Generate HTML and PDF documents output to$BUILD_DIR
make requirements
- Install Python requirements from requirements.txtmake clean
- Remove all generated files
If bin/chrome does not correctly identify the Chrome executable for your platform or if you would like to use Chromium instead, you can override the path to the executable with an environment variable.
CHROME_PATH=</path/to/chrome> make
HTML and PDF résumé documents are automatically built on every commit using Azure-Pipeline.
- Docutils - reStructuredText to HTML conversion
- Libsaas - Scss preprocessing
- Make - Dependency installation and résumé generation
- Chrome - HTML to PDF conversion
- GHR - Résumé uploading
This project is not a library and is purpose built for my needs, feel free to fork this repository and adapt it for your own. This project is licensed under the MIT License - see the LICENSE.txt file for details.
- Automated layout testing using Galen Framework