From 28d0cb4d63f27579867fe9fdd37ed6714eb1a5b7 Mon Sep 17 00:00:00 2001
From: Aidan
Date: Thu, 23 Jan 2025 14:42:15 -0500
Subject: [PATCH] add home page content, add exclusion for vscode workspace
settings folder
---
.gitignore | 5 ++++-
app/components/pages/Home.tsx | 13 +++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index a813645..009bcc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,4 +44,7 @@ next-env.d.ts
bun.lockb
# misc
-package-lock.json
\ No newline at end of file
+package-lock.json
+
+# vs code
+.vscode/
\ No newline at end of file
diff --git a/app/components/pages/Home.tsx b/app/components/pages/Home.tsx
index 4427e6c..c605f17 100644
--- a/app/components/pages/Home.tsx
+++ b/app/components/pages/Home.tsx
@@ -28,6 +28,19 @@ export default function Home() {
When I'm not programming, I can be found re-flashing my phone with a new custom ROM and telling everyone I use Arch.
+
+
+ What I do
+
+ I am at my best when I am doing system administration, but I also enjoy working on web development projects.
+
+
+ I host a few public services and websites on my VPS, most of which can be found on the "Domains" page with a short description.
+
+
+ I'm most proud of LibreCloud/p0ntus mail, which is a cloud services provider that I self-host and maintain, free of charge.
+
+