Skip to content

giannisalinetti/giannisalinetti.github.io

Repository files navigation

giannisalinetti.github.io

My personal website and blog, built with Astro and hosted on GitHub Pages.

Live at giannisalinetti.github.io

Sections

Section Description
Blog Technical articles on cloud-native, Kubernetes, and more
Books Books I have authored
Recordings Music projects and releases

Tech stack

Local development

npm install
npm run dev
Command Action
npm run dev Start local dev server at localhost:4321
npm run build Build production site to ./dist/
npm run preview Preview the production build locally

Project structure

src/
├── assets/            # Images and static assets
├── components/        # Reusable Astro components
├── content/
│   ├── blog/          # Blog posts (Markdown)
│   ├── books/         # Book entries (Markdown)
│   └── recordings/    # Recording entries (Markdown)
├── layouts/           # Page layouts
├── pages/             # File-based routing
├── styles/            # Global styles
├── consts.ts          # Site-wide constants
└── content.config.ts  # Content collection schemas

License

The source code is licensed under the MIT License. Written content (blog posts, book descriptions, and other prose) is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).

See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors