feat: added images to blog entries
Some checks failed
Gitea Actions Demo / Build (push) Failing after 1m23s
Gitea Actions Demo / Upload (push) Has been skipped

This commit is contained in:
2025-10-26 11:19:06 +01:00
parent 22ce475889
commit a3708859ec
12 changed files with 10 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ title: "The creation of this Blog"
date: 2025-09-12 date: 2025-09-12
desc: "The goal was to create an easy to maintain blog with while the main focus relays on keeping the effort desc: "The goal was to create an easy to maintain blog with while the main focus relays on keeping the effort
to write new posts minimal. This is more a ressource summery with tips, than an full tutorial." to write new posts minimal. This is more a ressource summery with tips, than an full tutorial."
listed: true
--- ---

View File

@@ -2,6 +2,7 @@
title: "64k Demo" title: "64k Demo"
date: 2025-09-15 date: 2025-09-15
desc: "Dev Diary of the Demo" desc: "Dev Diary of the Demo"
listed: false
--- ---
asd asd

View File

@@ -2,6 +2,8 @@
title: Setup up Gitea Runner with Podman in LXC title: Setup up Gitea Runner with Podman in LXC
desc: "For some time now I already host a gitea instace and now with this blog I finally have some real usage for CI, but setting up gitea actions in an LXC and using Podman instead of Docker Engine was not as straight forward as expected." desc: "For some time now I already host a gitea instace and now with this blog I finally have some real usage for CI, but setting up gitea actions in an LXC and using Podman instead of Docker Engine was not as straight forward as expected."
date: 2025-09-17 date: 2025-09-17
img: gitea-logo.png|0.8
listed: true
--- ---
# Setup PVE # Setup PVE
@@ -125,14 +127,11 @@ systemctl edit user@1001 --drop-in=start_act_runner
and inserting and inserting
```ini ```ini
[Unit]
After=gitea.service
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
``` ```
In the end, all left to do is, enable the user: In the end, all left to do is, enable the user:
```bash ```bash
systemctl status user@1001 systemctl enable --now user@<USER_ID>
``` ```

View File

@@ -4,4 +4,6 @@ date: 2024-11-10
src: "https://elkortes.itch.io/catastrophe" src: "https://elkortes.itch.io/catastrophe"
desc: "I took part in the amazing FemDev Game and helped to creathe this little game. desc: "I took part in the amazing FemDev Game and helped to creathe this little game.
My work are the animations, 3d Models and some texturing" My work are the animations, 3d Models and some texturing"
listed: true
img: catastrophe.png
--- ---

View File

@@ -3,4 +3,7 @@ title: "Flame Demo"
date: 2024-11-26 date: 2024-11-26
src: "https://madeio.net/fox" src: "https://madeio.net/fox"
desc: "A WebGL Project wich shows that deffered rendering and volumetric fog is very possible in Three.js" desc: "A WebGL Project wich shows that deffered rendering and volumetric fog is very possible in Three.js"
listed: true
img: flame.png
img_bg: dark
--- ---

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
static/gitea-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB