--- import { getCollection } from "astro:content"; import PageLayout from "@/layouts/Base"; import PostPreview from "@/components/blog/PostPreview"; import SocialList from "@/components/SocialList"; import { sortMDByDate } from "@/utils"; const MAX_POSTS = 10; const allPosts = await getCollection("post"); const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS); ---

Hey there!

My name is Steve. I'm a developer, technical writer, and creator with a desire to help build the future of the web. I'm also working on HoneyThread, an NFT powered subscription service for Creators.

Or anywhere with my handle @stevedylandev

Posts

Extras