diff --git a/src/assets/github.svg b/src/assets/github.svg
new file mode 100644
index 0000000..013e025
--- /dev/null
+++ b/src/assets/github.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/src/consts.ts b/src/consts.ts
index 9e7ea46..c002b9d 100644
--- a/src/consts.ts
+++ b/src/consts.ts
@@ -2,3 +2,4 @@
// You can import this data from anywhere in your site by using the `import` keyword.
export const SITE_TITLE = 'Projects';
+export const SITE_DESCRIPTION = 'Homepage for Varius of Projects';
diff --git a/src/content.config.ts b/src/content.config.ts
index ce37c7f..131c645 100644
--- a/src/content.config.ts
+++ b/src/content.config.ts
@@ -11,7 +11,7 @@ const blog = defineCollection({
description: z.string(),
// Transform string to Date object
pubDate: z.coerce.date(),
- updatedDate: z.coerce.date().optional(),
+ gitLink: z.string().optional(),
heroImage: image().optional(),
}),
});
diff --git a/src/content/blog/horsa.md b/src/content/blog/horsa.md
deleted file mode 100644
index 2958e1f..0000000
--- a/src/content/blog/horsa.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: 'Horsa'
-description: 'Lorem ipsum dolor sit amet'
-pubDate: 'Jul 08 2022'
----
-
-# Horsa Haas HorseShoe as a Service
-
-Horsa is an Mobile First all in One Solution for ur BlackSmithing Shop
-
-## Features
-- Invoice Management
-- Appointment Planning
-- Automatic VRT planning
-- Customer Management
-- Inventory Management
-- WorkUnit preperation
-
-
-
diff --git a/src/content/blog/fileclap.md b/src/content/blog/personal/fileclap.md
similarity index 83%
rename from src/content/blog/fileclap.md
rename to src/content/blog/personal/fileclap.md
index cbe4710..9afc396 100644
--- a/src/content/blog/fileclap.md
+++ b/src/content/blog/personal/fileclap.md
@@ -2,9 +2,9 @@
title: 'FileClap'
description: 'Doormat'
pubDate: 'Jul 08 2022'
+gitLink: 'https://github.com/juli0n21/fileclap'
---
# FileClap: Clear the paperwork off the table
Your digital assistant for students and trainees
No more paper chaos! FileClap helps you easily organize photos, receipts, and important documents. Securely stored and accessible from anywhere—for a stress-free daily life with more clarity!
-
+
Uses Vector embeddings to aid in context aware searching
-
-
diff --git a/src/content/blog/personal/general.md b/src/content/blog/personal/general.md
new file mode 100644
index 0000000..626aeab
--- /dev/null
+++ b/src/content/blog/personal/general.md
@@ -0,0 +1,67 @@
+---
+title: 'Deployment'
+description: 'Lorem ipsum dolor sit amet'
+pubDate: 'Jul 08 2022'
+---
+
+# Here is A List of Frequently Used Services for Easy Access <3
+
+
+//extract the fucking uhh thingy ma bob
+
- Welcome to the official Astro blog starter template. This template
- serves as a lightweight, minimally-styled starting point for anyone looking to build a personal
- website, blog, or portfolio with Astro.
-
-
- This template comes with a few integrations already configured in your
- astro.config.mjs file. You can customize your setup with
- Astro Integrations to add tools like Tailwind,
- React, or Vue to your project.
-
-
Here are a few ideas on how to get started with the template:
-
-
Edit this page in src/pages/index.astro
-
Edit the site header items in src/components/Header.astro
-
Add your name to the footer in src/components/Footer.astro
-
Check out the included blog posts in src/content/blog/
-
Customize the blog post page layout in src/layouts/BlogPost.astro