Skip to content

blandevv/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blandevv.dev

Personal portfolio website built with Astro.

Live site: blandevv.dev

Stack

  • Astro — static site generator
  • TypeScript — data layer and client-side scripts
  • CSS — vanilla, per-component stylesheets

Getting started

npm install
npm run dev

Open http://localhost:4321 in your browser.

Build

npm run build
npm run preview

Project structure

src/
├── components/   # Section components (Hero, Experience, Projects, ...)
├── data/         # Static content (profile, projects, skills, ...)
├── helpers/      # Utility functions
├── layouts/      # Base HTML layout
├── pages/        # Astro pages
├── scripts/      # Client-side scripts (nav, i18n, layout)
└── styles/       # Per-component CSS files

About

Personal portfolio built with Astro - blandevv.dev

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages