Skip to content

elviejo79/resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

resume.yaml

Write your resume in yaml and display in a nice formated page.

Introduction

https://jsonresume.org/ is a great idea.

Write your resume in a structured format (resume.json) store it in github gist like this (https://gist.github.com/thomasdavis/c9dcfa1b37dec07fb2ee7f36d7278105) And then it can be pretty printer using your github username like (https://registry.jsonresume.org/thomasdavis )

However I prefer to write yaml rather than json.

So this repository has a resume.yaml file with a github action gets transformed to the necesary gist.

How to create your own resume.yaml

How does it work?

registry.jsoneresume.com reads a gist named/resume.json and shows a nice template on top of it.

gist/resume.json is generated by github action in this repo actions/workflows/gist.yml

gist.yml transforms resume.yaml to temporary resume.json that is saved in the gist.

Releases

No releases published

Packages

No packages published