--- import BaseHead from "../components/BaseHead.astro"; import Header from "../components/Header.astro"; import Footer from "../components/Footer.astro"; import { SITE_TITLE, SITE_DESCRIPTION } from "../consts"; import Showcase from "../components/Showcase.astro"; import { getCollection } from "astro:content"; import { convertPost, type Post } from "../models/Post"; const posts: Post[] = (await getCollection("projects")) .map(convertPost) .sort((a, b) => b.pubDate.valueOf() - a.pubDate.valueOf()); ---

Hi 👋, my name is Anton

and I am passionate about a whole bunch of things

Blog Projects About