From e888478c234a422c03bb09d9032e0f5270a99f6d Mon Sep 17 00:00:00 2001 From: latte Date: Tue, 23 Dec 2025 12:02:37 +0100 Subject: [PATCH] Rename owner Mats to Latte across site and docs --- CLAUDE.MD | 8 ++++---- DEVELOPMENT.md | 2 +- PROJECT_CONTEXT.md | 8 ++++---- index.astro | 16 ++++++++-------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CLAUDE.MD b/CLAUDE.MD index 49e4de0..7efe163 100644 --- a/CLAUDE.MD +++ b/CLAUDE.MD @@ -5,7 +5,7 @@ This file provides guidance for Claude Code and other AI assistants when working ## Project Quick Reference **Project:** Cozy Den - Personal landing page for hiddenden.cafe -**Owner:** Mats (gay furry developer, values self-hosting and privacy) +**Owner:** Latte (gay furry developer, values self-hosting and privacy) **Tech Stack:** Astro 4.x, TypeScript, Vanilla CSS, Docker + Nginx **Aesthetic:** Warm coffee/cappuccino theme, cozy hidden den vibes **Deployment:** Docker containers pushed to Gitea registry at git.hiddenden.cafe @@ -157,7 +157,7 @@ docker push git.hiddenden.cafe/mats/cozy-den:latest **Completed:** - Landing page with hero section - About Hidden Den section -- About Me section (Mats) +- About Me section (Latte) - Services section (Gitea linked) - Support section - Docker deployment setup @@ -175,7 +175,7 @@ docker push git.hiddenden.cafe/mats/cozy-den:latest ## Owner Preferences -Mats typically: +Latte typically: - Works in bursts of creative energy - Uses Docker for all deployments - Pushes to personal Gitea at git.hiddenden.cafe @@ -198,7 +198,7 @@ Before deploying changes: The site should: - Load fast (static HTML) - Feel warm and welcoming -- Accurately represent Mats and Hidden Den +- Accurately represent Latte and Hidden Den - Work on all screen sizes - Be easy to deploy via Docker - Require minimal maintenance diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a4171b0..03e8e3c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -62,7 +62,7 @@ The base layout provides: The main page includes these sections: 1. **Hero** - Title and subtitle 2. **About Hidden Den** - Information about the site/space -3. **About Me** - Information about Mats +3. **About Me** - Information about Latte 4. **Services** - List of self-hosted services 5. **Support** - Ways to help/contribute 6. **Footer** - Links and credits diff --git a/PROJECT_CONTEXT.md b/PROJECT_CONTEXT.md index 211e80a..b7deab4 100644 --- a/PROJECT_CONTEXT.md +++ b/PROJECT_CONTEXT.md @@ -2,7 +2,7 @@ ## What is this project? -This is a personal landing page for hiddenden.cafe, built with Astro. The owner is Mats, a gay furry developer who values self-hosting, privacy, and cozy aesthetics. +This is a personal landing page for hiddenden.cafe, built with Astro. The owner is Latte, a gay furry developer who values self-hosting, privacy, and cozy aesthetics. ## Key Design Principles @@ -24,7 +24,7 @@ This is a personal landing page for hiddenden.cafe, built with Astro. The owner The site currently has: - ✅ Landing page with hero section - ✅ About Hidden Den section -- ✅ About Me section (Mats) +- ✅ About Me section (Latte) - ✅ Services section (Gitea linked) - ✅ Support section - ✅ Docker deployment setup @@ -105,7 +105,7 @@ Before deploying changes: ## Owner's Workflow -Mats typically: +Latte typically: 1. Works in bursts of creative energy 2. Uses Docker for all deployments 3. Pushes to personal Gitea at git.hiddenden.cafe @@ -117,7 +117,7 @@ Mats typically: The site should: - Load fast (static HTML) - Feel warm and welcoming -- Accurately represent Mats and Hidden Den +- Accurately represent Latte and Hidden Den - Work on all screen sizes - Be easy to deploy via Docker - Require minimal maintenance diff --git a/index.astro b/index.astro index b5dd794..05e9e54 100644 --- a/index.astro +++ b/index.astro @@ -33,21 +33,21 @@ import BaseLayout from '../layouts/BaseLayout.astro'; - +

🦊 About Me

- Hey there! I'm Mats, a gay furry developer who loves building things - and being part of the warm, welcoming furry community. I'm passionate - about self-hosting, open-source software, and creating cozy spaces + Hey there! I'm Latte, a gay furry developer who loves building things + and being part of the warm, welcoming furry community. I'm passionate + about self-hosting, open-source software, and creating cozy spaces both online and off.

- I work primarily with Python and Flask, though I'm always learning new - things (currently exploring JavaScript and the C stack). When I get those - surges of creative energy, I love diving into new projects - from Reddit + I work primarily with Python and Flask, though I'm always learning new + things (currently exploring JavaScript and the C stack). When I get those + surges of creative energy, I love diving into new projects - from Reddit downloaders to Telegram sticker tools, and everything in between.

@@ -124,7 +124,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';