update content

This commit is contained in:
2025-08-11 18:13:22 -05:00
parent 284f30c392
commit 28f73be784
21 changed files with 39 additions and 46 deletions

View File

@@ -20,7 +20,7 @@ const posts = await directus.request(
const selectedPosts: Post[] = posts.filter((p) => p.selected);
const description =
'Here are some articles that Alex Lebens believes are not bad, hope you enjoy them.';
"Sharing what I've learned, one post at a time. I hope you find something useful.";
---
<BaseLayout

View File

@@ -74,7 +74,7 @@ const categories = (await getCollection('categories'))
});
const description =
'Here are some categories that I am interested in, including Laravel, Golang, and my life.';
'Here are some of the general categories that I am interested in, including homelabs, technology, and Minnesota.';
---
<BaseLayout

View File

@@ -11,7 +11,7 @@ import homeImg from '@images/autumn_mountain.png';
const global = await directus.request(readSingleton('site_global'));
const description = 'Writing on technology, selfhosting, and me.';
const description = 'Engineering the cloud by day, homelab by night, and exploring Minnesota in between.';
---
<BaseLayout