This is a personal portfolio website that showcases my work and skills as a developer. The idea is to have a minimal and clean design that provides all the necessary information to recruiters and potential clients.
Once you've forked / cloned the repository, you can modify the following files to display your own information:
-
index.astro
file: This is the main file that contains the markup for the website. Make sure to modify the<title>
and<meta>
tags to match your own information. -
data
directory: This directory contains all the data that is shown on the website. You can modify the.json
files to include your own information. -
public/images
directory: This directory contains all the images that are used in the website. Replace these, specially the project images, with your own.
I recommend you to use the Shots
app to create mockups of your projects and the Squoosh
web app to compress your images before using them in the website. You should also consider using the .webp
format for your images to reduce the page load time.