An open API service indexing awesome lists of open source software.

https://github.com/emasuriano/resume

Where I host my resume
https://github.com/emasuriano/resume

Last synced: 3 months ago
JSON representation

Where I host my resume

Awesome Lists containing this project

README

        

# resume

[![master](https://github.com/EmaSuriano/resume/actions/workflows/master.yml/badge.svg)](https://github.com/EmaSuriano/resume/actions/workflows/master.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/b23bcde8-8598-4300-b7f0-c9b7c760d6f1/deploy-status)](https://app.netlify.com/sites/emasuriano-resume/deploys)

Based on [astro-resume](https://github.com/emaSuriano/astro-resume)

## [Demo](https://resume.emasuriano.com/)

## How to get changes from template

- git remote add template https://github.com/EmaSuriano/astro-resume.git
- git fetch --all
- git merge template/main --allow-unrelated-histories