feat: track images with git lfs
This commit is contained in:
BIN
src/content/blog/sketche-01/images/Baakk.jpg
(Stored with Git LFS)
Normal file
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
BIN
src/content/blog/sketche-01/images/Sketche_No1.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
12
src/content/blog/sketche-01/index.en.mdx
Normal file
12
src/content/blog/sketche-01/index.en.mdx
Normal 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" />
|
13
src/content/blog/sketche-01/index.mdx
Normal file
13
src/content/blog/sketche-01/index.mdx
Normal 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" />
|
||||
|
Reference in New Issue
Block a user