A blog documenting the nightmare journey of trying to verify a local business on Google.
Built with Astro • Hosted on Vercel
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run buildCreate a new .mdx file in src/content/blog/:
---
title: "Your Post Title"
description: "Optional description"
date: 2025-01-13
tags: ["google", "verification"]
---
Your content here...- Push to GitHub
- Import project in Vercel
- Deploy (no config needed - Astro is auto-detected)
Dark, terminal/hacker aesthetic with:
- Phosphor green text on black
- CRT scanline effects
- Monospace typography throughout
- Hot pink accents
Made with frustration and caffeine