--- import BaseHead from "../components/BaseHead.astro"; import Footer from "../components/Footer.astro"; import { SITE_TITLE, SITE_DESCRIPTION } from "../consts"; import Link from "../components/Link.astro"; import FormattedDate from "../components/FormattedDate.astro"; import { getBlogs } from "../content/blog"; const posts = (await getBlogs()).sort( (a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf(), ); ---

kennethnym

dumping ground for my thoughts. all opinions are my own.

current projects:

my thoughts: