Skip to content

vindipe/vindipe.github.io

Repository files navigation

Vincenzo Di Perna — Personal Website

This repository contains the source code of my personal website.

The website presents my professional profile, research work, projects, publications, tutorials, CV, and contact information.

Stack

  • Astro
  • Tailwind CSS
  • DaisyUI
  • GitHub Pages
  • pnpm

Local development

Install dependencies:

pnpm install

Run the local development server:

pnpm run dev

Build the static site:

pnpm run build

Preview the production build locally:

pnpm run preview

Project structure

src/
├── components/
├── layouts/
├── pages/
└── styles/

public/
├── cv/
├── images/
└── profile assets

Main public pages:

  • Home
  • Projects
  • Research
  • Tutorials
  • CV
  • Contact

Deployment

The site is designed to be deployed on GitHub Pages through GitHub Actions.

When deployment is enabled, pushing to the main branch triggers the GitHub Pages workflow.

Notes for development

The first public version intentionally excludes:

  • Blog
  • Store
  • Services
  • RSS
  • demo template content
  • early-stage project names not intended for publication

Credits

This website is based on the Astrofy template by Manuel Ernesto, licensed under the MIT License.

Website content, personal material, images, and text are © Vincenzo Di Perna unless otherwise stated.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from manuelernestog/astrofy