From ded8f27c2aabbf925a34ee04e0c721a30c3f0619 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 5 Nov 2021 11:27:11 +0800 Subject: [PATCH] =?UTF-8?q?ReadMe=E5=BE=AE=E8=B0=83=EF=BC=9B=20Card?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=A4=9C=E9=97=B4=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- components/BlogPostCard.js | 2 +- components/TagItemMini.js | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) 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})` : '')}