Resume Website screenshot

Resume Website

Author Avatar Theme by Jsonresume
Updated: 18 Apr 2023
440 Stars

Website for JSON Resume. DEPRECATED - SEE MONO

Categories

Overview:

The JSON Resume Website is a website built using Jekyll and deployed using GitHub Pages. It provides a platform for users to create and share their resumes in JSON format. The website can be run locally or inside a virtual machine (VM).

Features:

  • Resume Creation: Users can create their resumes using JSON format.
  • Share and Publish: Users can publish and share their resumes with others.
  • GitHub Integration: The website is integrated with GitHub, allowing users to automatically build and deploy their resumes using GitHub/Jekyll.

Installation:

Locally:

  1. Clone the repository.
  2. Install Jekyll:
    • Install RVM.
    • Install Ruby 2.7.
    • Run bundle exec install.
  3. Run Jekyll:
    • This will run the Jekyll server on port 4000 and watch for any file changes.

VM:

  1. Dependencies: Vagrant, VirtualBox.
  2. Run the command vagrant up.
  3. Open http://localhost:4000/ in the browser.
    • The initial provision may take some time.
    • Note: The –watch flag for Jekyll has issues inside the VM.

Summary:

The JSON Resume Website is a platform that allows users to create and share their resumes in JSON format. It can be installed locally by cloning the repository and installing Jekyll, or it can be run inside a virtual machine using Vagrant and VirtualBox. The website offers features such as resume creation, sharing and publishing, and GitHub integration for automated building and deployment. The website is licensed under the MIT license, providing users with flexibility and freedom to use the platform.