--- import { getCollection } from "astro:content"; import { Layout } from "@/layouts"; import { ProjectCard } from "@/components"; const links = [ { label: "bluesky", href: "https://bsky.app/profile/did:web:vt3e.cat" }, { label: "my git server", href: "https://git.vt3e.cat/" }, { label: "tangled (git but social)", href: "https://tangled.org/did:web:vt3e.cat", }, { label: "listenbrainz", href: "https://listenbrainz.org/user/aprvi" }, ]; const testimonials = [ { text: "you bring a very SSRI type of vibe to the function", author: "khls", }, ]; const projects = await getCollection("projects"); --- apirl or whatever idk!! fae/faer stupid {"{rat,cat}"}girl frontend developer thing! links find me . locate me . { links.map((link) => ( {link.label} )) } projects { projects.map((project) => ( )) } testimonials { testimonials.map((testimonial) => ( "{testimonial.text}" {testimonial.author} )) }
fae/faer
stupid {"{rat,cat}"}girl frontend developer thing!
find me . locate me .
"{testimonial.text}"