这是indexloc提供的服务,不要输入任何密码
Skip to content

alexcochran/resume

Repository files navigation

jsonresume-dev-environment

Very simple, containerized dev environment for editing your JSON Resume in Visual Studio Code.

This repo is equipped with a Dev Container configuration that sets your editor up with extensions and settings that will help you edit JSON files according to the JSON Resume schema. A CI/CD job also synchronizes a rendered HTML version of the resume.json file to GitLab Pages, where it can be viewed by anyone.

View the template resume.json for this project on Pages right now!

This project makes use of rbardini's resumed project, which offers a CLI for JSON Resume utilities.

Usage

The goal of this project is to provide a quick, easy way to get started with the JSON Resume format. Just fork the code over to your profile, open the project in Visual Studio Code with the Dev Containers extension, and get started.

The JSON Resume schema is configured with the editor to lint and provide field suggestions.

Scripts

  • npm run validate - Uses resumed to ensure the resume.json file at the project's root is valid JSON.
  • npm run render - Uses resumed to render the resume.json data into an HTML file using the theme specified in the meta.theme value. The default theme for this project is jsonresume-theme-class. If you want to use a different theme, install one with npm and then swap the meta.theme value.
  • npm run prepare - Installs Husky, in case that's something you need to do.

Branches as Distinct Resume Versions

Consider using different branches to produce alternate versions of your resume for various jobs.


Emoji used for repository logo designed by OpenMoji – the open-source emoji and icon project. License: CC BY-SA 4.0


About

My resume in the JSON Resume format.

Topics

Resources

License

Stars

Watchers

Forks