Skip to content

dvreed77/dvreed.com

Repository files navigation

dvreed.com - Personal Website

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.

🚀 Project Structure

The website is organized into two main sections:

  1. Projects - A showcase of my technical projects and developments
  2. Explorations - Blog posts where I dive deep into various topics

Project Structure

/
├── src/
│   ├── components/     # Reusable UI components
│   ├── content/
│   │   ├── posts/     # Blog post content (MDX)
│   │   └── projects/  # Project descriptions (MDX)
│   ├── layouts/       # Page layouts
│   └── pages/         # Route definitions
└── public/           # Static assets

🧞 Commands

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

🌐 Visit the Site

Check out the live site at dvreed.com to explore my projects and read my latest posts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published