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/random-renders-02/images/Cabin_new.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/content/blog/random-renders-02/images/Cabin_old.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/content/blog/random-renders-02/images/Home.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/content/blog/random-renders-02/images/Poster_var2.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/content/blog/random-renders-02/images/Workroom.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/content/blog/random-renders-02/images/palma.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/content/blog/random-renders-02/images/render_05.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,35 @@
---
title: "Random Renders NO°2"
date: 2023-05-11
headerImg: "images/render_05.png"
comments: true
---
import Image from "@components/Image.astro"
import Palma from "./images/palma.png"
import Render05 from "./images/render_05.png"
import Poster_var2 from "./images/Poster_var2.jpg";
import Cabin_old from "./images/Cabin_old.jpg";
import Cabin_new from "./images/Cabin_new.png";
import Home from "./images/Home.png";
import Workroom from "./images/Workroom.png";
Last month I felt like creating some renderings again. I also found a few old renderings that haven't ended up on my blog yet.
## Palma
<Image src={Palma} alt="Duude" />
## [Sudoku.nvim](https://github.com/jim-fx/sudoku.nvim)
<Image src={Render05} alt="Duude" />
<Image src={Poster_var2} alt="Poster_var2" />
## Super old renders:
<Image src={Cabin_old} alt="Cabin_old" />
<Image src={Cabin_new} alt="Cabin_new" />
<Image src={Home} alt="Home" />
<Image src={Workroom} alt="Workroom" />

View File

@ -0,0 +1,37 @@
---
title: "Random Renders NO°2"
date: 2023-05-11
headerImg: "images/render_05.png"
comments: true
---
import Image from "@components/Image.astro"
import Palma from "./images/palma.png"
import Render05 from "./images/render_05.png"
Im letzten Monat hatte ich wieder Lust, einige Renderings zu erstellen. Außerdem habe ich noch ein paar alte Renderings gefunden die noch nicht auf meinem Blog gelandet sind.
## Palma
<Image
src={Palma}
alt="Duude"
/>
## [Sudoku.nvim](https://github.com/jim-fx/sudoku.nvim)
<Image
src={Render05}
alt="Duude"
/>
![](./images/Poster_var2.jpg)
## Super old renders:
![](./images/Cabin_old.jpg)
![](./images/Cabin_new.png)
![](./images/Home.png)
![](./images/Workroom.png)