Rename owner Mats to Latte across site and docs
AI Codebase Quality Review / ai-codebase-review (push) Successful in 16s
AI Codebase Quality Review / ai-codebase-review (push) Successful in 16s
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+4
-4
@@ -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
|
||||
|
||||
+3
-3
@@ -33,13 +33,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- About Mats Section -->
|
||||
<!-- About Latte Section -->
|
||||
<section class="section about-me">
|
||||
<div class="container">
|
||||
<div class="card fade-in">
|
||||
<h2>🦊 About Me</h2>
|
||||
<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
|
||||
about self-hosting, open-source software, and creating cozy spaces
|
||||
both online and off.
|
||||
@@ -124,7 +124,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<p>Made with 💖 by Mats</p>
|
||||
<p>Made with 💖 by Latte</p>
|
||||
<p class="footer-links">
|
||||
<a href="https://git.hiddenden.cafe" target="_blank" rel="noopener noreferrer">Gitea</a>
|
||||
<span class="separator">•</span>
|
||||
|
||||
Reference in New Issue
Block a user