:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
The Resume template is a simple Jekyll + GitHub Pages powered resume template. It allows users to create and customize a resume website using the Jekyll framework and host it for free on GitHub Pages.
To run the template locally, follow these steps:
Clone repo locally
bundle install
bundle exec jekyll serve
localhost:4000
To run the template locally with Docker, follow these steps:
Install Docker on your system.
Build the Docker image:
docker image build -t resume-template .
docker run --rm --name resume-template -v "$PWD":/home/app --network host resume-template
The Resume template is a convenient and easy-to-use solution for creating a professional resume website. Its features include easy installation, customization options, and free hosting on GitHub Pages. Users can personalize the template to their liking and publish their resume online with minimal effort.