From ce4336a4721b81873d80445310cf815cb80846e4 Mon Sep 17 00:00:00 2001 From: Karol Dzialowski Date: Wed, 31 Jul 2024 21:48:14 +0200 Subject: [PATCH 1/3] wip blog components --- src/components/main/navigation.tsx | 10 ++++- src/components/main/recent-posts.tsx | 66 ++++++++++++++++++++++++++++ src/pages/blog/index.tsx | 34 ++++++++++++++ src/pages/index.tsx | 55 ++++++++++++----------- 4 files changed, 135 insertions(+), 30 deletions(-) create mode 100644 src/components/main/recent-posts.tsx create mode 100644 src/pages/blog/index.tsx diff --git a/src/components/main/navigation.tsx b/src/components/main/navigation.tsx index 701f56f..77ee921 100644 --- a/src/components/main/navigation.tsx +++ b/src/components/main/navigation.tsx @@ -1,4 +1,4 @@ -import { Github, Globe, Lightbulb, User } from "lucide-react"; +import { Book, Github, Globe, Lightbulb, Notebook, User } from "lucide-react"; import { useSession } from "next-auth/react"; import Link from "next/link"; @@ -26,6 +26,12 @@ export const Navigation = () => { getbibtex.com + + <> + + blog + + <> @@ -57,7 +63,7 @@ const Pill = ({ }) => (