This is the source code for my personal website, svetlin.eu, which I built using Gatsby.
I chose Gatsby for its excellent developer experience, robust static site generation, built-in image optimization, and SEO-friendly design. Developing this project allowed me to explore Gatsby’s features and enjoy its flexibility.
Feel free to explore, learn from, or use this project as inspiration for your own Gatsby-based websites!
- Static site generation with Gatsby
- Optimized for performance and SEO
- Perfect Lighthouse score
- Responsive and accessible design
To run this project locally:
- Clone the repository.
- Install dependencies with
npm install
. - Start the development server with
gatsby develop
.