Community Bakery
This page contains all the strudel patterns baked by the community. Add your own by clicking the "Share" button in the REPL. Have fun, and please share some of what you create with the community.
--- import HeadCommon from '../components/HeadCommon.astro'; import Header from '../components/Header/Header.astro'; import LeftSidebar from '../components/LeftSidebar/LeftSidebar.astro'; import PageContent from '../components/PageContent/PageContent.astro'; import { getCollection } from 'astro:content'; import { compareDesc } from 'date-fns'; import { Oven as CommunityOven } from '../components/Oven/Oven.jsx'; import RightSidebar from '../components/RightSidebar/RightSidebar.astro'; const currentPage = Astro.url.pathname; const posts = (await getCollection('blog')).sort((a, b) => compareDesc(a.data.date, b.data.date)); ---
This page contains all the strudel patterns baked by the community. Add your own by clicking the "Share" button in the REPL. Have fun, and please share some of what you create with the community.