feat: some shit

This commit is contained in:
2024-04-03 18:54:51 +02:00
parent 1b86c44244
commit aea14aa471
43 changed files with 70 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
---
title: "Alpine Valley"
date: 2016-12-22
headerImg: "images/Render.png"
cover: ./images/Render.png
comments: true
---
import Image from "@components/Image.astro";

View File

@@ -1,7 +1,7 @@
---
title: "Alpine Valley"
title: Alpine Valley
date: 2016-12-22
headerImg: "images/Render.png"
cover: ./images/Render.png
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Random Renders NO°2"
title: Random Renders NO°2
date: 2023-05-11
headerImg: "images/palma.png"
cover: ./images/palma.png
featured: true
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Random Renders NO°2"
title: Random Renders NO°2
date: 2023-05-11
headerImg: "images/palma.png"
cover: ./images/palma.png
featured: true
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Random Renders NO°1"
date: 2018-12-30
headerImg: "images/myown.png"
cover: ./images/myown.png
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Random Renders NO°1"
date: 2018-12-30
headerImg: "images/myown.png"
cover: ./images/myown.png
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Sketche 01"
date: 2017-05-08
headerImg: "images/Baakk.jpg"
cover: ./images/Baakk.jpg
---
import Image from "@components/Image.astro";

View File

@@ -1,7 +1,7 @@
---
title: "Sketche 01"
date: 2017-05-08
headerImg: "images/Baakk.jpg"
cover: ./images/Baakk.jpg
---
import Image from "@components/Image.astro";

View File

@@ -1,7 +1,7 @@
---
title: "Speed_Scene_03"
date: 2017-02-03
headerImg: "images/Render_04.png"
cover: ./images/Render_04.png
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Speed_Scene_03"
title: Speed_Scene_03
date: 2017-02-03
headerImg: "images/Render_04.png"
cover: ./images/Render_04.png
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Speed_Scene_04/05"
date: 2017-03-13
headerImg: "Render_01.jpg"
cover: ./images/Render_01.jpg
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Speed_Scene_04/05"
date: 2017-03-13
headerImg: "Render_01.jpg"
cover: ./images/Render_01.jpg
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Station B3-4 Offline"
date: 2016-12-21
headerImg: "Station.jpg"
cover: ./images/Station.jpg
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Station B3-4 Offline"
date: 2016-12-21
headerImg: "Station.jpg"
cover: ./images/Station.jpg
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Surfirvorcamp | Esmoriz"
date: 2017-04-18
headerImg: "MAX_4978.jpg"
cover: ./images/MAX_4978.jpg
comments: true
---
import YouTube from "@components/YouTube.astro";

View File

@@ -1,7 +1,7 @@
---
title: "The End"
date: 2017-02-02
headerImg: "Render_01.jpg"
cover: ./images/Render_01.jpg
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "WebGL Showcase"
date: 2018-01-03
headerImg: "images/Bildschirmfoto-2018-01-03-um-13.09.42-2.png"
cover: ./images/Bildschirmfoto-2018-01-03-um-13.09.42-2.png
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Workroom No°2"
date: 2017-05-26
headerImg: "images/untitled7.png"
cover: ./images/untitled7.png
comments: true
---

View File

@@ -1,7 +1,7 @@
---
title: "Workroom"
date: 2017-05-22
headerImg: "images/untitled4.png"
cover: ./images/untitled4.png
comments: true
---

View File

@@ -1,10 +1,13 @@
import { defineCollection, z } from 'astro:content';
const blogCollection = defineCollection({
schema: z.object({
schema: ({ image }) => z.object({
title: z.string(),
date: z.date(),
headerImg: z.string().optional(),
cover: image().refine((img) => img.width >= 720, {
message: "Cover image must be at least 720 pixels wide!",
}).optional(),
coverAlt: z.string().optional(),
description: z.string().optional(),
icon: z.string().optional(),
draft: z.boolean().optional(),

BIN
src/content/photos/bigge-changes/index.mdx (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/content/photos/portugal-2021/index.mdx (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,7 +1,7 @@
---
title: "Invoice"
date: 2023-08-21
headerImg: "bg.jpg"
cover: ./images/bg.jpg
icon: "/projects/invoice.svg"
tags: ["sveltekit", "unocss", "prisma", "sqlite"]
draft: true

View File

@@ -1,7 +1,7 @@
---
title: "K.A.R.L"
date: 2021-04-01
headerImg: "images/Indicatrices_of_Distortion.png"
cover: ./images/Indicatrices_of_Distortion.png
license: "CC-BY-SA:4.0"
comments: true
links:

View File

@@ -1,7 +1,7 @@
---
title: "Modern"
date: 2020-06-09T11:55:24+02:00
headerImg: "images/screenshot.png"
cover: ./images/screenshot.png
links:
[
["live", "https://max-richter.dev/modern?scene=modern"],

View File

@@ -1,7 +1,7 @@
---
title: "Plantarium"
date: 2022-08-31
headerImg: "images/plantarium.png"
cover: ./images/plantarium.png
featured: true
links: [["website", "https://plant.max-richter.com"], ["git", "https://github.com/jim-fx/plantarium"]]
draft: true

View File

@@ -1,7 +1,7 @@
---
title: "Plantarium"
date: 2022-08-31T20:46:26+02:00
headerImg: "images/plantarium.png"
cover: ./images/plantarium.png
featured: true
links: [["website", "https://plant.max-richter.dev"], ["git", "https://github.com/jim-fx/plantarium"]]
tags: ["Web", "3D", "Svelte", "Node-Systeme"]