Building a portfolio
This guide is for people who have a résumé data file that may be hosted online and want to build a portfolio website using the same data file.
Pre-requisites
- Récivi data file
Steps
- Write a Récivi data file for yourself.
- Host the Récivi file online somewhere. For example, GitHub Gist is one such suitable place.
- Create a new Astro project with the template.
You can also use
npm
if you prefer that. - Edit the
src/stores/site.ts
file and populate the fields to your liking. Update thereciviUrl
field to point to your Récivi data file. The site should automatically update to show the information from your data file. - Refer to the Astro docs to further customise and build the site.