--- import { compareDesc, format } from 'date-fns' import { toZonedTime } from 'date-fns-tz' import { timeZone } from "../lib/utils"; import BaseLayout from '../layouts/BaseLayout.astro'; import HR from "../components/HR.astro" import { getCollection } from 'astro:content'; const posts = await getCollection('posts'); const archives = await getCollection('archives'); ---

Blog Archive

This is a list of all blog posts that have ever been posted on this site.

current content


archived content

I have a lot of old posts from multiple different iterations of my blog. If I come across one I think is still neat, I may put it here.
Please check the date of publication before making any comments.