Blog
++ Writing about the libraries and how they are built. +
++ Nothing written yet. There is a changelog though, and it is not short. +
+ + Read the changelog + {count} ++ Writing about the libraries and how they are built. +
++ Nothing written yet. There is a changelog though, and it is not short. +
+ + Read the changelog + {count} +404
++ It may have moved, or the link that sent you here may be out of date. +
+{command}
+
+ - - {content.hero.eyebrow} -
-{content.hero.lead}
- - - -+ {content.hero.lead} +
+ +{command}
-
-- Every package is released and documented on its own, and this list comes straight from - npm. If it is here, it is installable today. -
-{pkg.description}
- {pkg.keywords.length > 0 && ( -+ Every library is released and documented on its own, and this list comes straight from + npm. If it is here, it is installable today. +
+{content.principles.body}
-{item.body}
-{content.principles.body}
+{item.body}
+
- Nothing published yet.
+ )} + {column.entries.map(entryLink)} + {column.footer && ( +{column.title}
+ )} + {column.entries.map((entry) => ( + + {entry.label} + + ))} + {column.footer && ( + + {column.footer.label} + + )} +${code}`;
- if (bold) return `${bold}`;
- return `${italic}`;
- },
- );
diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro
deleted file mode 100644
index 37fc36b..0000000
--- a/src/pages/blog/[...slug].astro
+++ /dev/null
@@ -1,39 +0,0 @@
----
-import { getCollection, render } from "astro:content";
-import BaseLayout from "@/layouts/base.layout.astro";
-import SiteHeader from "@/components/site-header.component.astro";
-import SiteFooter from "@/components/site-footer.component.astro";
-import Icon from "@/components/ui/icon.ui.astro";
-
-export async function getStaticPaths() {
- const posts = await getCollection("blog", ({ data }) => !data.draft);
- return posts.map((post) => ({ params: { slug: post.id }, props: { post } }));
-}
-
-const { post } = Astro.props;
-const { Content } = await render(post);
----
-
-- Every release of every library. Nobody writes these entries. Each one is the changelog the - package published to npm, so what shipped and what you read here cannot drift apart. -
- - {releases.length === 0 &&No releases yet.
} - -- Writing about the libraries and how they are built. -
- - { - posts.length === 0 ? ( -- Nothing written yet. There is a changelog though, and it is not short. -
- - Read the changelog - - {releaseCount} - -{post.description}
- - Read