upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 828984c3a8 - Show all commits

View File

@ -72,12 +72,12 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
## Features ## Features
- Typescript first, including typed mdx files - Next.js with Typescript
- [Contentlayer](https://www.contentlayer.dev/) to manage content logic - [Contentlayer](https://www.contentlayer.dev/) to manage content logic
- Easy styling customization with [Tailwind 3.0](https://tailwindcss.com/blog/tailwindcss-v3) and primary color attribute - Easy styling customization with [Tailwind 3.0](https://tailwindcss.com/blog/tailwindcss-v3) and primary color attribute
- [MDX - write JSX in markdown documents!](https://mdxjs.com/) - [MDX - write JSX in markdown documents!](https://mdxjs.com/)
- Near perfect lighthouse score - [Lighthouse report](https://www.webpagetest.org/result/221104_AiDc59_4WF/) - Near perfect lighthouse score - [Lighthouse report](https://www.webpagetest.org/result/230805_BiDcBQ_4H7)
- Lightweight, 45kB first load JS, uses Preact in production build - Lightweight, 85kB first load JS
- Mobile-friendly view - Mobile-friendly view
- Light and dark theme - Light and dark theme
- Font optimization with [next/font](https://nextjs.org/docs/app/api-reference/components/font) - Font optimization with [next/font](https://nextjs.org/docs/app/api-reference/components/font)