update content
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user