import Image from 'next/image'; import Link from 'next/link'; import QuoteOfTheDay from '@/components/QuoteOfTheDay'; export default function Home() { return (
Cooking is fun, theraputic, and you need to eat stuff to survive. I've collected and tweaked recipes over the years, but over time the bookmark folder has gotten big and recipe sites have gotten worse...
Browse RecipesMonetized recipe sites don't bother me, but I do mind when sites have overly aggressive ad integrations that block or move around the main content. Many modern sites share the same user-unfriendly plugins.
Rather than make a physical cookbook, I have built this website to collect my recipes. This content-first website framework renders each page from a MDX markdown file, offering a friendly approach to frontend design for us backend engineers.