From a21e512bbee27917e1053107cd63444e42634e82 Mon Sep 17 00:00:00 2001 From: latte Date: Sat, 3 Jan 2026 13:00:17 +0100 Subject: [PATCH] feat: redesign site as personal page with Catppuccin theme - Switch to Catppuccin Mocha color palette - Add monospace font (JetBrains Mono/Fira Code) - Create minimalist layout with centered card design - Add subtle animated grid background - Update content to personal info (Latte) - Include projects, games, and crypto donation addresses - Update 404 page to match new style --- src/layouts/BaseLayout.astro | 26 ++- src/pages/404.astro | 160 ++++++-------- src/pages/index.astro | 418 ++++++++++++++++++++++------------- 3 files changed, 349 insertions(+), 255 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 205b91a..c70b4f3 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -52,7 +52,7 @@ const fullOgImage = new URL(ogImage, Astro.site).href; name="keywords" content="self-hosted, privacy, open-source, furry, developer, cozy, hidden den" /> - + @@ -86,14 +86,18 @@ const fullOgImage = new URL(ogImage, Astro.site).href; diff --git a/src/pages/index.astro b/src/pages/index.astro index ff2c190..115b476 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,203 +1,319 @@ --- import BaseLayout from "../layouts/BaseLayout.astro"; -import Card from "../components/Card.astro"; -import Section from "../components/Section.astro"; -import ServiceItem from "../components/ServiceItem.astro"; - --- -
- -
-
-
-

Hidden Den Cafe

-

A cozy corner of the internet

+ + +
+
+ +
+

Hidden Den Cafe

+
══════════════════════════════
+
+ + +
+

+ Hey, I'm Latte (he/him). +

+

gay furry wizard

+

+ IT wizard with a homelab. I believe in self-hosting, privacy, + and keeping control of my own data. Companies don't get to sell + or misuse what's mine. +

+
+ +
══════════════════════════════
+ + +
+

Games

+

+ Minecraft, No Man's Sky, Warframe, Cyberpunk 2077 +

+
+ +
══════════════════════════════
+ + +
+

Projects

+
+

OpenRabbit

+

AI code review system for Gitea with automated PR review, issue triage, interactive chat, and codebase analysis.

-
-
+

More projects coming soon...

+ - -
- -

About Hidden Den

-

- Welcome to Hidden Den Cafe - a warm, self-hosted space where - technology meets comfort. This is a personal corner of the - internet built with love, care, and a strong belief in - privacy and open-source values. -

-

- Everything here runs on self-hosted infrastructure, giving - complete control over data and services. No cloud - dependencies, no tracking, just a cozy digital home. -

-
-
+
══════════════════════════════
- -
- -

About Me

-

- 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 downloaders to - Telegram sticker tools, and everything in between. -

-

Coffee enthusiast • Linux lover • Self-hosting advocate

-
-
+ +
+

Links

+ +
- -
- -

Services

-

Here are the services currently running in the den:

+
══════════════════════════════
-
- - + +
+

Support

+ - -
+
- -
-
+ +
+
══════════════════════════════

Made with love by Latte

- -
-
+ +
- - -