feat: added images to blog entries
@@ -3,6 +3,7 @@ title: "The creation of this Blog"
|
||||
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
|
||||
to write new posts minimal. This is more a ressource summery with tips, than an full tutorial."
|
||||
listed: true
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: "64k Demo"
|
||||
date: 2025-09-15
|
||||
desc: "Dev Diary of the Demo"
|
||||
listed: false
|
||||
---
|
||||
|
||||
asd
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
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."
|
||||
date: 2025-09-17
|
||||
img: gitea-logo.png|0.8
|
||||
listed: true
|
||||
---
|
||||
|
||||
# Setup PVE
|
||||
@@ -125,14 +127,11 @@ systemctl edit user@1001 --drop-in=start_act_runner
|
||||
and inserting
|
||||
|
||||
```ini
|
||||
[Unit]
|
||||
After=gitea.service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
In the end, all left to do is, enable the user:
|
||||
```bash
|
||||
systemctl status user@1001
|
||||
systemctl enable --now user@<USER_ID>
|
||||
```
|
||||
|
||||
@@ -4,4 +4,6 @@ date: 2024-11-10
|
||||
src: "https://elkortes.itch.io/catastrophe"
|
||||
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"
|
||||
listed: true
|
||||
img: catastrophe.png
|
||||
---
|
||||
|
||||
@@ -3,4 +3,7 @@ title: "Flame Demo"
|
||||
date: 2024-11-26
|
||||
src: "https://madeio.net/fox"
|
||||
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
|
||||
---
|
||||
|
||||
BIN
static/blog-covers/blog-1.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
static/blog-covers/catastrophe.png
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
static/blog-covers/catostraphe.png
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
static/blog-covers/flame.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
static/blog-covers/gitea-logo.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
static/favicon.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/gitea-logo.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |