Rename owner Mats to Latte across site and docs
AI Codebase Quality Review / ai-codebase-review (push) Successful in 16s

This commit is contained in:
2025-12-23 12:02:37 +01:00
parent 12bf9b7704
commit e888478c23
4 changed files with 17 additions and 17 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ This file provides guidance for Claude Code and other AI assistants when working
## Project Quick Reference ## Project Quick Reference
**Project:** Cozy Den - Personal landing page for hiddenden.cafe **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 **Tech Stack:** Astro 4.x, TypeScript, Vanilla CSS, Docker + Nginx
**Aesthetic:** Warm coffee/cappuccino theme, cozy hidden den vibes **Aesthetic:** Warm coffee/cappuccino theme, cozy hidden den vibes
**Deployment:** Docker containers pushed to Gitea registry at git.hiddenden.cafe **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:** **Completed:**
- Landing page with hero section - Landing page with hero section
- About Hidden Den section - About Hidden Den section
- About Me section (Mats) - About Me section (Latte)
- Services section (Gitea linked) - Services section (Gitea linked)
- Support section - Support section
- Docker deployment setup - Docker deployment setup
@@ -175,7 +175,7 @@ docker push git.hiddenden.cafe/mats/cozy-den:latest
## Owner Preferences ## Owner Preferences
Mats typically: Latte typically:
- Works in bursts of creative energy - Works in bursts of creative energy
- Uses Docker for all deployments - Uses Docker for all deployments
- Pushes to personal Gitea at git.hiddenden.cafe - Pushes to personal Gitea at git.hiddenden.cafe
@@ -198,7 +198,7 @@ Before deploying changes:
The site should: The site should:
- Load fast (static HTML) - Load fast (static HTML)
- Feel warm and welcoming - Feel warm and welcoming
- Accurately represent Mats and Hidden Den - Accurately represent Latte and Hidden Den
- Work on all screen sizes - Work on all screen sizes
- Be easy to deploy via Docker - Be easy to deploy via Docker
- Require minimal maintenance - Require minimal maintenance
+1 -1
View File
@@ -62,7 +62,7 @@ The base layout provides:
The main page includes these sections: The main page includes these sections:
1. **Hero** - Title and subtitle 1. **Hero** - Title and subtitle
2. **About Hidden Den** - Information about the site/space 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 4. **Services** - List of self-hosted services
5. **Support** - Ways to help/contribute 5. **Support** - Ways to help/contribute
6. **Footer** - Links and credits 6. **Footer** - Links and credits
+4 -4
View File
@@ -2,7 +2,7 @@
## What is this project? ## 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 ## 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: The site currently has:
- ✅ Landing page with hero section - ✅ Landing page with hero section
- ✅ About Hidden Den section - ✅ About Hidden Den section
- ✅ About Me section (Mats) - ✅ About Me section (Latte)
- ✅ Services section (Gitea linked) - ✅ Services section (Gitea linked)
- ✅ Support section - ✅ Support section
- ✅ Docker deployment setup - ✅ Docker deployment setup
@@ -105,7 +105,7 @@ Before deploying changes:
## Owner's Workflow ## Owner's Workflow
Mats typically: Latte typically:
1. Works in bursts of creative energy 1. Works in bursts of creative energy
2. Uses Docker for all deployments 2. Uses Docker for all deployments
3. Pushes to personal Gitea at git.hiddenden.cafe 3. Pushes to personal Gitea at git.hiddenden.cafe
@@ -117,7 +117,7 @@ Mats typically:
The site should: The site should:
- Load fast (static HTML) - Load fast (static HTML)
- Feel warm and welcoming - Feel warm and welcoming
- Accurately represent Mats and Hidden Den - Accurately represent Latte and Hidden Den
- Work on all screen sizes - Work on all screen sizes
- Be easy to deploy via Docker - Be easy to deploy via Docker
- Require minimal maintenance - Require minimal maintenance
+3 -3
View File
@@ -33,13 +33,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div> </div>
</section> </section>
<!-- About Mats Section --> <!-- About Latte Section -->
<section class="section about-me"> <section class="section about-me">
<div class="container"> <div class="container">
<div class="card fade-in"> <div class="card fade-in">
<h2>🦊 About Me</h2> <h2>🦊 About Me</h2>
<p> <p>
Hey there! I'm Mats, a gay furry developer who loves building things 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 and being part of the warm, welcoming furry community. I'm passionate
about self-hosting, open-source software, and creating cozy spaces about self-hosting, open-source software, and creating cozy spaces
both online and off. both online and off.
@@ -124,7 +124,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- Footer --> <!-- Footer -->
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
<p>Made with 💖 by Mats</p> <p>Made with 💖 by Latte</p>
<p class="footer-links"> <p class="footer-links">
<a href="https://git.hiddenden.cafe" target="_blank" rel="noopener noreferrer">Gitea</a> <a href="https://git.hiddenden.cafe" target="_blank" rel="noopener noreferrer">Gitea</a>
<span class="separator">•</span> <span class="separator">•</span>