This project is a customizable personal portfolio template built with Astro. It's designed to be easily adaptable for developers, leaders, and professionals across various industries.
-
Clone the repository
git clone https://github.com/tobalo/tobalo.me.git personal-portfolio cd personal-portfolio
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser The site should now be running at
http://localhost:3000
- Update site metadata in
src/layouts/Layout.astro
. - Modify the header in
src/components/Heading.astro
. - Edit your profile information in
src/pages/index.astro
. - Add or modify professional experience cards in
src/pages/index.astro
. - Customize the research and thought leadership section in
src/components/CustomImageScroll.astro
.
Place your images in the src/assets/
directory. Astro will optimize these images automatically.
To create a production-ready build: