This is a personal "About me" website built with Astro, a modern static site generator.
- Responsive design
- Blog posts with tags
- Tools showcase
- Easy customization
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open
http://localhost:4321
in your browser
- Blog posts: Add Markdown files to
src/content/blog/
- Tools: Update
src/pages/tools/index.astro
Run npm run build
to generate a static site in the dist/
directory.
MIT License