Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 827 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 827 Bytes

My Personal Website

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!

Features

  • Static site generation with Gatsby
  • Optimized for performance and SEO
  • Perfect Lighthouse score
  • Responsive and accessible design

Getting Started

To run this project locally:

  1. Clone the repository.
  2. Install dependencies with npm install.
  3. Start the development server with gatsby develop.