Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.82 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.82 KB

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.