diff --git a/README.md b/README.md index f771ea4e..5fdbea80 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,14 @@ 演示地址:[https://www.tangly1024.com/](https://www.tangly1024.com/) -
截图1 - Fukasawa主题 - -
-
截图2 - 仿Youtube主题 + +
截图
+
其他曾用主题样式 + +
## 亮点 ✨ **🚀  秒开,设备全适配** @@ -53,7 +54,7 @@ ## 快速起步 - 给这个项目点个小星星 😉 -- 将 [这个 Notion 模板](https://www.notion.so/68be9021bca34b8e89f0246f27e608df) 制作副本,并分享这个页面给所有人 +- 将 [这个 Notion 模板](https://tanghh.notion.site/02ab3b8678004aa69e9e415905ef32a5) 制作副本,并分享这个页面给所有人 - [Fork](https://github.com/tangly1024/NotionNext/fork) 这个项目 - 在 `blog.config.js` 配置相关选项 - _(可选)_ 用自己的图片替换 `/public` 文件夹里的 `avatar.svg`、`favicon.svg` 和 `favicon.ico` diff --git a/components/BlogPostCard.js b/components/BlogPostCard.js index 6f875623..dd5bc69d 100644 --- a/components/BlogPostCard.js +++ b/components/BlogPostCard.js @@ -19,7 +19,7 @@ const BlogPostCard = ({ post }) => {
-
{post.category}
+
{post.category}
{post.tags.map(tag => ())} {post.date.start_date} diff --git a/components/TagItemMini.js b/components/TagItemMini.js index 149a2826..6a0c2927 100644 --- a/components/TagItemMini.js +++ b/components/TagItemMini.js @@ -4,7 +4,7 @@ const TagItemMini = ({ tag, selected = false, count }) => ( {tag + (count ? `(${count})` : '')}