mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-29 14:53:16 +00:00
Yeet custom images for blogs and posts and stuff, because I dont wanna loose all my hair FUCK
Clean up examples that I need to work with Remove un-needed code bluh Leg
This commit is contained in:
parent
457591297a
commit
09c53ed7ac
21 changed files with 56 additions and 135 deletions
|
@ -7,7 +7,6 @@ const postsCollection = defineCollection({
|
|||
title: z.string(),
|
||||
description: z.string(),
|
||||
pubDate: z.date(),
|
||||
image: z.string().optional(),
|
||||
tags: z.array(z.string()),
|
||||
}),
|
||||
});
|
||||
|
@ -18,7 +17,6 @@ const projectsCollection = defineCollection({
|
|||
draft: z.boolean().optional(),
|
||||
title: z.string(),
|
||||
description: z.string(),
|
||||
image: z.string().optional(),
|
||||
tags: z.array(z.string()),
|
||||
}),
|
||||
});
|
||||
|
|
|
@ -2,15 +2,10 @@
|
|||
title: "Code Examples"
|
||||
description: "Aurghhhhhh"
|
||||
pubDate: 2022-07-08
|
||||
image:
|
||||
url: "https://docs.astro.build/assets/arc.webp"
|
||||
alt: "Tennis balls"
|
||||
tags:
|
||||
- "Gaybo"
|
||||
---
|
||||
|
||||
Penitc
|
||||
|
||||
```astro
|
||||
---
|
||||
import { getPosts } from "../../utils";
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
title: This is an example Post
|
||||
description: "Blamby ford"
|
||||
pubDate: 2022-07-08
|
||||
image:
|
||||
url: "https://docs.astro.build/assets/arc.webp"
|
||||
alt: "Thumbnail of Astro arcs."
|
||||
tags:
|
||||
- "GwaGwa"
|
||||
- "Gaming"
|
||||
- "Urchin"
|
||||
- "Fortnite"
|
||||
---
|
||||
|
||||
aurgh
|
11
src/content/posts/image-examples.md
Normal file
11
src/content/posts/image-examples.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Image Examples"
|
||||
description: "fug"
|
||||
pubDate: 2024-07-08
|
||||
tags:
|
||||
- "Faggo"
|
||||
---
|
||||
|
||||

|
||||
|
||||
critter time!!!!
|
|
@ -1,12 +1,7 @@
|
|||
---
|
||||
#draft: true
|
||||
|
||||
title: This is an example Post
|
||||
description: "Cheat Sheet for Markdown"
|
||||
pubDate: 2022-07-08
|
||||
image:
|
||||
url: "https://docs.astro.build/assets/arc.webp"
|
||||
alt: "Thumbnail of Astro arcs."
|
||||
tags:
|
||||
- "Faggor"
|
||||
---
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
title: Project 2
|
||||
description: Another one
|
||||
image:
|
||||
url: "https://docs.astro.build/assets/arc.webp"
|
||||
alt: "Thumbnail of Astro arcs."
|
||||
tags:
|
||||
- "GwaGwa"
|
||||
- "Gaming"
|
||||
- "Urchin"
|
||||
- "Fortnite"
|
||||
---
|
||||
|
||||
AURGH
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
title: Project 1
|
||||
description: Example Project Im working on
|
||||
image:
|
||||
url: "https://docs.astro.build/assets/arc.webp"
|
||||
alt: "Thumbnail of Astro arcs."
|
||||
tags:
|
||||
- "GwaGwa"
|
||||
- "Gaming"
|
||||
- "Urchin"
|
||||
- "Fortnite"
|
||||
---
|
||||
|
||||
Gay Balls even
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
title: GwaGwa
|
||||
description: :3
|
||||
image:
|
||||
url: "https://docs.astro.build/assets/arc.webp"
|
||||
alt: "Thumbnail of Astro arcs."
|
||||
description: This astro page
|
||||
tags:
|
||||
- "GwaGwa"
|
||||
- "Gaming"
|
||||
|
@ -11,4 +8,8 @@ tags:
|
|||
- "Fortnite"
|
||||
---
|
||||
|
||||
gwagwa
|
||||
Im actually going to blow up
|
||||
|
||||
|
||||
I FUCKING HATE JAVASCRIPT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue