GitHub Pages is a simple service to publish a website directly on GitHub from a Git repository. You add some files and folders to a repository and GitHub Pages turns it into a website. See GitHub Pages Documentation
Example resume created by this template (my resume): onionj.github.io/cv/
Edit _config.yml
and index.md
file.
Run make update
or run:
git add .
git commit -m "update"
git push origin gh-pages
\
Run make pd
or run:
pip3 install pdfkit pyyaml
python3 create_pdf.py