Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kangood committed Dec 16, 2023
1 parent 84484da commit cc7ec46
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
## Personal Blog
## Blog Web Next.js

特点:

-`SEO` 友好,近乎完美的 `Lighthouse` 得分
- 支持 **暗黑/明亮** 主题,在右上角点击图标切换
- **响应式** 优化,有适合移动端的专用视图
- 使用 `MDX` 语法,可以在 `Markdown` 中写 `JSX`
- 使用 `SSR` 加载标签、项目等数据,和管理后台数据同步
- 使用 `Giscus` 做评论系统,在每篇文章底部可评论
- 使用 `Kbar` 做搜索面板,`cmd` + `k` 快捷键打开,搜索文章内容

技术栈:

- 主要技术:Next.js + TypeScript
- CSS:TailwindCSS
- 内容管理:Contentlayer + MDX
- 搜索面板:Kbar
- 评论系统:Giscus

后端项目:<a href="https://github.com/KangodYan/lamp-nestjs-3r-kd" target="_blank" >Blog Api NestJS</a>

0 comments on commit cc7ec46

Please sign in to comment.