Compare commits
8 Commits
76d7457cc7
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| efcceaade1 | |||
| 32db6a4cf4 | |||
| 8004e2a8ef | |||
| f00add4960 | |||
| 767f2593de | |||
| 1a9c4b7ff6 | |||
| 2c7ceb53f6 | |||
| 921e11264f |
Binary file not shown.
@@ -12,6 +12,7 @@
|
||||
|
||||
<svelte:head>
|
||||
<link rel="icon" href={favicon} />
|
||||
<meta property="og:type" content="website" />
|
||||
</svelte:head>
|
||||
|
||||
<nav class="media-margin">
|
||||
|
||||
@@ -4,19 +4,21 @@
|
||||
|
||||
let { data } = $props();
|
||||
let blogs = data.blogs as BlogEntry[];
|
||||
let desc =
|
||||
"This is a collection of things I've set up and created that I think might interest others.";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Home - Amys Blog</title>
|
||||
<meta property="og:title" content="Home - Amys Blog" />
|
||||
<meta property="og:description" content={desc} />
|
||||
<meta property="og:image" content="https://madeio.net/blog-covers/flame.jpg" />
|
||||
</svelte:head>
|
||||
|
||||
<main>
|
||||
<div class="media-margin">
|
||||
<h1>Hi, I'm Amy</h1>
|
||||
<p>
|
||||
This is a collection of things I've set up and created that I think might interest others.
|
||||
</p>
|
||||
<p>{desc}</p>
|
||||
</div>
|
||||
{#each blogs as blog (blog.src)}
|
||||
<a href={blog.src} target={blog.src_target} class="blog-entry">
|
||||
|
||||
@@ -4,7 +4,7 @@ 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
|
||||
img_cov: blog-1.png
|
||||
img_cov: blog-1.jpg
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,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."
|
||||
desc: "Using CLIs is very helpful, but setting up gitea actions in an LXC and using rootless Podman is not as straight forward as expected."
|
||||
date: 2025-09-17
|
||||
img_cov: gitea-logo.png|0.8
|
||||
img_cov: gitea-logo.jpg
|
||||
listed: true
|
||||
---
|
||||
|
||||
|
||||
@@ -27,8 +27,7 @@
|
||||
<main>
|
||||
<div class="title media-margin">
|
||||
<!-- prettier-ignore -->
|
||||
<h1>{title}</h1>
|
||||
<p class="date">Last updated {ddate}</p>
|
||||
<h1>{title}</h1><p class="date">Last updated {ddate}</p>
|
||||
</div>
|
||||
<div class="blog-text media-margin">
|
||||
<p>{desc}</p>
|
||||
|
||||
@@ -4,6 +4,6 @@ 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_cov: flame.png
|
||||
img_cov: flame.jpg
|
||||
img_bg: dark
|
||||
---
|
||||
|
||||
BIN
static/blog-covers/blog-1.jpg
Normal file
BIN
static/blog-covers/blog-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 68 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 240 KiB |
BIN
static/blog-covers/flame.jpg
Normal file
BIN
static/blog-covers/flame.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
static/blog-covers/gitea-logo.jpg
Normal file
BIN
static/blog-covers/gitea-logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Reference in New Issue
Block a user