diff --git a/src/routes/blogs/0-The-Creation-of-this-Blog/+page.svx b/src/routes/blogs/0-The-Creation-of-this-Blog/+page.svx index b9b4130..fcc85b2 100644 --- a/src/routes/blogs/0-The-Creation-of-this-Blog/+page.svx +++ b/src/routes/blogs/0-The-Creation-of-this-Blog/+page.svx @@ -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 --- diff --git a/src/routes/blogs/1-64k-Demo/+page.svx b/src/routes/blogs/1-64k-Demo/+page.svx index 3cf22bd..ec56814 100644 --- a/src/routes/blogs/1-64k-Demo/+page.svx +++ b/src/routes/blogs/1-64k-Demo/+page.svx @@ -2,6 +2,7 @@ title: "64k Demo" date: 2025-09-15 desc: "Dev Diary of the Demo" +listed: false --- asd diff --git a/src/routes/blogs/2-gitea-runner-on-podman-in-lxc/+page.svx b/src/routes/blogs/2-gitea-runner-on-podman-in-lxc/+page.svx index 30d13d1..1e94861 100644 --- a/src/routes/blogs/2-gitea-runner-on-podman-in-lxc/+page.svx +++ b/src/routes/blogs/2-gitea-runner-on-podman-in-lxc/+page.svx @@ -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@ ``` diff --git a/src/routes/blogs/e-FemDev-GameJam/+page.svx b/src/routes/blogs/e-FemDev-GameJam/+page.svx index baea9de..75267d6 100644 --- a/src/routes/blogs/e-FemDev-GameJam/+page.svx +++ b/src/routes/blogs/e-FemDev-GameJam/+page.svx @@ -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 --- diff --git a/src/routes/blogs/e-Flame/+page.svx b/src/routes/blogs/e-Flame/+page.svx index 7a472c0..0f66117 100644 --- a/src/routes/blogs/e-Flame/+page.svx +++ b/src/routes/blogs/e-Flame/+page.svx @@ -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 --- diff --git a/static/blog-covers/blog-1.png b/static/blog-covers/blog-1.png new file mode 100644 index 0000000..407a7b3 Binary files /dev/null and b/static/blog-covers/blog-1.png differ diff --git a/static/blog-covers/catastrophe.png b/static/blog-covers/catastrophe.png new file mode 100644 index 0000000..99bbeb2 Binary files /dev/null and b/static/blog-covers/catastrophe.png differ diff --git a/static/blog-covers/catostraphe.png b/static/blog-covers/catostraphe.png new file mode 100644 index 0000000..ffc22d7 Binary files /dev/null and b/static/blog-covers/catostraphe.png differ diff --git a/static/blog-covers/flame.png b/static/blog-covers/flame.png new file mode 100644 index 0000000..7e7a312 Binary files /dev/null and b/static/blog-covers/flame.png differ diff --git a/static/blog-covers/gitea-logo.png b/static/blog-covers/gitea-logo.png new file mode 100644 index 0000000..24cc7c2 Binary files /dev/null and b/static/blog-covers/gitea-logo.png differ diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..384f62a Binary files /dev/null and b/static/favicon.png differ diff --git a/static/gitea-logo.png b/static/gitea-logo.png new file mode 100644 index 0000000..24cc7c2 Binary files /dev/null and b/static/gitea-logo.png differ