From 398107571e1fa28b2d1eb7da4d3ac4a4fd3257a4 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 1 May 2026 18:00:36 +0800 Subject: [PATCH] update tagline to capture hype lifecycle angle Generic 'Street Culture Blog' replaced with a tagline that matches the actual editorial angle from about.md ('guide to the anatomy of online attention', 'lifecycle of hype: birth, peak, collapse', 'when the hype is gone, all that's left is a 404'): 'Street culture - Anatomy of online hype, from peak to 404' Flows through to , og:description, twitter:description and the visible header tagline. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/lib/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/site.js b/src/lib/site.js index 3974440..3b8af1e 100644 --- a/src/lib/site.js +++ b/src/lib/site.js @@ -1,6 +1,6 @@ export const site = { name: 'Hype404', - description: 'Street Culture Blog', + description: 'Street culture ยท Anatomy of online hype, from peak to 404', url: 'https://hype404.com', postsPerPage: 10, };