Skip to content

0xdeadd/ghost-google

Repository files navigation

Verification Hell

A blog documenting the nightmare journey of trying to verify a local business on Google.

Built with Astro • Hosted on Vercel

Quick Start

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

Adding Blog Posts

Create 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...

Deploy to Vercel

  1. Push to GitHub
  2. Import project in Vercel
  3. Deploy (no config needed - Astro is auto-detected)

Theme

Dark, terminal/hacker aesthetic with:

  • Phosphor green text on black
  • CRT scanline effects
  • Monospace typography throughout
  • Hot pink accents

Made with frustration and caffeine

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published