feat: track images with git lfs
This commit is contained in:
BIN
src/content/blog/random-renders-02/images/Cabin_new.png
(Stored with Git LFS)
Normal file
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
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
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
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
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
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
BIN
src/content/blog/random-renders-02/images/render_05.png
(Stored with Git LFS)
Normal file
Binary file not shown.
35
src/content/blog/random-renders-02/index.en.mdx
Normal file
35
src/content/blog/random-renders-02/index.en.mdx
Normal 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" />
|
37
src/content/blog/random-renders-02/index.mdx
Normal file
37
src/content/blog/random-renders-02/index.mdx
Normal 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"
|
||||
/>
|
||||
|
||||

|
||||
|
||||
## Super old renders:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
Reference in New Issue
Block a user