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
Section titled “Pre-requisites”- Récivi data file
- 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
Terminal window pnpm create astro@latest -- --template recivi/portfolionpmif you prefer that.Terminal window npm create astro@latest -- --template recivi/portfolio - Edit the
src/stores/site.tsfile and populate the fields to your liking. Update thereciviUrlfield 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.