Skip to content

DGarbs51/personal-blog

Repository files navigation

Devon Garbalosa's Blog

Welcome to my personal blog! This is where I share my thoughts, experiences, and learnings about software development, technology, and the ever-evolving world of tech.

πŸš€ Built With

  • Astro - The web framework for content-driven websites
  • MDX - Markdown with JSX support
  • Cloudflare Pages - Hosting and deployment

🌟 Features

  • βœ… Lightning-fast performance with Astro
  • βœ… SEO-friendly with canonical URLs and OpenGraph data
  • βœ… Responsive design that works on all devices
  • βœ… RSS feed for easy subscription
  • βœ… Sitemap for better search engine indexing
  • βœ… Markdown & MDX support for rich content
  • βœ… Syntax highlighting for code blocks
  • βœ… Modern, clean design based on Bear Blog

πŸ“ Content

You'll find articles about:

  • Web development tutorials and guides
  • Software engineering best practices
  • Technology reviews and insights
  • Personal learning experiences
  • Industry trends and thoughts

πŸ› οΈ Development

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn

Local Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Deployment

This blog is deployed to Cloudflare Pages. To deploy:

# Deploy to production
npm run deploy

# Deploy preview
npm run deploy:preview

πŸ“ Project Structure

β”œβ”€β”€ public/          # Static assets
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/  # Reusable UI components
β”‚   β”œβ”€β”€ content/     # Blog posts and content
β”‚   β”œβ”€β”€ layouts/     # Page layouts
β”‚   β”œβ”€β”€ pages/       # Routes and pages
β”‚   └── styles/      # Global styles
β”œβ”€β”€ astro.config.mjs # Astro configuration
└── wrangler.toml    # Cloudflare deployment config

🀝 Connect With Me

πŸ“„ License

This project is open source and available under the MIT License.


Built with ❀️ by Devon Garbalosa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors