---
import { getCollection } from "astro:content";
import PageBase from "../layouts/PageBase.astro";
import Friend from "../components/Friend.astro";
import ArticlePreviewList from "../components/ArticlePreviewList.astro";
const posts = (
await getCollection("articles", ({ id }) => id.startsWith("posts/"))
).slice(0, 3);
---
Hello! This is crupest !
Welcome to my home page! Nice to meet you here! 🥰
Feel free to contact me via my email address crupest@crupest.life, or just create an issue in any of my GitHub
repos. I love talking with people a lot.