--- import type { CollectionEntry } from "astro:content"; import { getEntry } from "astro:content"; import { Image } from "astro:assets"; import Footer from "../components/Footer.astro"; import Navbar from "../components/Navbar.astro"; import BaseLayout from "../layouts/BaseLayout.astro"; import "../styles/prose.css"; import linkedinIcon from "../assets/linkedin.svg"; import githubIcon from "../assets/github.svg"; type BioEntry = CollectionEntry<"bio">; const bioEntry: BioEntry | undefined = await getEntry("bio", "my-story"); if (!bioEntry) { throw new Error("Bio entry not found"); } const { Content } = await bioEntry.render(); ---

{bioEntry.data.title}

{bioEntry.data.description}

Let's Connect!

I'm always excited to connect with fellow developers, discuss interesting projects, or just have a chat about technology and life. Feel free to reach out!