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.
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.
npm run validate- Usesresumedto ensure theresume.jsonfile at the project's root is valid JSON.npm run render- Usesresumedto render theresume.jsondata into an HTML file using the theme specified in themeta.themevalue. The default theme for this project isjsonresume-theme-class. If you want to use a different theme, install one with npm and then swap themeta.themevalue.npm run prepare- Installs Husky, in case that's something you need to do.
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