A blog - list
April 1, 2025
准备
- code
首页
- 获取目录
已複製!const BlogPage = () => { import { getAllPosts } from '@/lib/reader' const allPosts = getAllPosts() return ( ... ) }
- 渲染目录
已複製!const BlogPage = () => { import { getAllPosts } from '@/lib/reader' const allPosts = getAllPosts() return <>{ allPosts.map(post => ( ... )) }</> }
A Chain Reaction
2279 wordsThe Art and Thrills of Skateboarding
596 wordsExploring the Coolest Skateboard Tricks
827 wordsCurry
59 wordsHow to edit svg
98 wordsImplement Promise function
2 wordsInfluences of THPS on skateboarding culture
434 wordsA blog - Components
285 wordsA blog - desploy
12 wordsA blog - detail
294 wordsA blog - Fix
46 wordsA blog - Initialize
185 wordsA blog - Install
17 wordsA blog - list
50 wordsA blog - Markdown
134 wordsA blog - Plugins
40 wordsNext.js Internationalization
13 wordsNext.js 项目基础配置
115 wordsSEO for Next.JS
554 wordsExploring the Diverse Styles of Skateboarding
337 wordsThe Two Reacts
1598 words注意:这里的样式没有给出,可以按照自己想要的设计
Tailwind CSS
样式可以使用TailwindCSS