feat: track images with git lfs
This commit is contained in:
31
src/content/blog/random-renders-no1/index.mdx
Normal file
31
src/content/blog/random-renders-no1/index.mdx
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "Random Renders NO°1"
|
||||
date: 2018-12-30
|
||||
headerImg: "images/myown.png"
|
||||
comments: true
|
||||
---
|
||||
|
||||
import Image from "@components/Image.astro"
|
||||
import SoupKitchen from "./images/render_11.png"
|
||||
import Guadelajara from "./images/Render_03.png"
|
||||
import Benzema from "./images/untitled2.png"
|
||||
import Wallpaper from "./images/myown.png"
|
||||
|
||||
Einfach ne kleine Sammlung von aktuellen und nicht aktuellen Szenen:
|
||||
|
||||
## Ilse Crawfords Soup Kitchen
|
||||
|
||||
<Image src={SoupKitchen} alt="Ilse Crawfords Soup Kitchen"/>
|
||||
|
||||
## Guadelajara
|
||||
|
||||
<Image src={Guadelajara} alt=""/>
|
||||
|
||||
## Benzema
|
||||
|
||||
<Image src={Benzema} alt=""/>
|
||||
|
||||
## Wallpaper
|
||||
|
||||
<Image src={Wallpaper} alt=""/>
|
||||
|
||||
Reference in New Issue
Block a user