feat: track images with git lfs

This commit is contained in:
2024-03-27 01:51:42 +01:00
parent f0129ecc76
commit 31b24de86c
142 changed files with 5133 additions and 169 deletions

BIN
src/content/blog/sketche-01/images/Baakk.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/content/blog/sketche-01/images/Sketche_No1.jpg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,12 @@
---
title: "Sketche 01"
date: 2017-05-08
headerImg: "images/Baakk.jpg"
---
import Image from "@components/Image.astro";
import SketcheNo1 from "./images/Sketche_No1.jpg";
Yup, i bought a graphics tablet.
<Image src={SketcheNo1} alt="Sketche No1" />

View File

@ -0,0 +1,13 @@
---
title: "Sketche 01"
date: 2017-05-08
headerImg: "images/Baakk.jpg"
---
import Image from "@components/Image.astro";
import SketcheNo1 from "./images/Sketche_No1.jpg";
Ratet mal wer sich gerade ein Zeichentablett gekauft hat :)
<Image src={SketcheNo1} alt="Sketche No1" />