featmigrate from Angular to Astro static site

BREAKING CHANGE: Complete rewrite from Angular SPA to Astro

- Replace Angular 18 with Astro 5.16.7 + Tailwind CSS
- Convert all Angular components to Astro components
- Add content collections for blog with markdown support
- Setup S3 deployment with CloudFront invalidation
- Add RSS feed and sitemap generation
- Configure Prettier and Biome for code formatting
- Switch from npm to pnpm
- Remove Amplify backend (now fully static)
- Improve SEO and performance with static generation
This commit is contained in:
Lorenzo Iovino 2026-01-08 16:46:17 +01:00
parent 7be49ba73a
commit 7cf2e858a2
192 changed files with 7829 additions and 21756 deletions

View file

@ -1,27 +1,20 @@
# LoreiovCom
# lorenzoiovino.com
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.8.
My personal website
## Development server
This project is built with [Astro](https://astro.build/) and [TailwindCSS](https://tailwindcss.com/).
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Tech Stack
## Code scaffolding
- **Framework**: [Astro](https://astro.build/) - Static site generator
- **Styling**: [TailwindCSS](https://tailwindcss.com/) - Utility-first CSS framework
- **Package Manager**: [pnpm](https://pnpm.io/)
- **Language**: TypeScript
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## 🌐 Deployment
## Build
The site is configured to be deployed as a static site. The build output is in the `dist/` directory.
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Author
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
Lorenzo Iovino