Welcome to my personal website repository! This site serves as a platform to showcase my projects and share my explorations through blog posts. Built with Astro, it combines modern web technologies with a clean, efficient design.
The website is organized into two main sections:
- Projects - A showcase of my technical projects and developments
- Explorations - Blog posts where I dive deep into various topics
/
├── src/
│ ├── components/ # Reusable UI components
│ ├── content/
│ │ ├── posts/ # Blog post content (MDX)
│ │ └── projects/ # Project descriptions (MDX)
│ ├── layouts/ # Page layouts
│ └── pages/ # Route definitions
└── public/ # Static assets
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro preview |
npm run astro --help |
Get help using the Astro CLI |
Check out the live site at dvreed.com to explore my projects and read my latest posts.