Resume Template screenshot

Resume Template

Author Avatar Theme by Jglovier
Updated: 27 Nov 2024
1904 Stars

:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.

Categories

Overview:

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.

Features:

  • Easy installation: The template can be easily installed by cloning the repository and running a few commands in the terminal.
  • Customization options: Users can easily customize the template by editing the configuration files and the content layout.
  • GitHub Pages hosting: The template can be hosted for free on GitHub Pages using a gh-pages branch and can also be configured with a custom domain name.

Installation:

To run the template locally, follow these steps:

  • Clone the repository:
Clone repo locally
  • Install dependencies:
bundle install
  • Start the local server:
bundle exec jekyll serve
  • Open the browser and go to:
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 .
  • Run the Docker container:
docker run --rm --name resume-template -v "$PWD":/home/app --network host resume-template

Summary:

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.