From 70c44729d1f4c82f27070c687d9f67dfb8f9b62d Mon Sep 17 00:00:00 2001 From: Starboy Date: Fri, 17 Oct 2025 10:43:09 +0000 Subject: [PATCH 1/4] dark theme by default --- src/app/layout.tsx | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 27607a2..5454657 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,23 +1,9 @@ import "~/styles/globals.css"; import type { Metadata } from "next"; import { ThemeProvider } from "~/components/ui/theme-provider"; -// import Footer from "~/components/footer"; -// import { Ubuntu } from "next/font/google"; -// import { Geist } from "next/font/google"; import { Paprika } from "next/font/google"; import { NavBar } from "~/components/NavBar"; - -// const ubuntu = Ubuntu({ -// weight: ["400", "700"], -// style: ["normal", "italic"], -// subsets: ["latin"], -// display: "swap", -// }); - -// const geist = Geist({ -// subsets: ["latin"], -// variable: "--font-geist-sans", -// }); +import Footer from "~/components/Footer"; const paprika = Paprika({ subsets: ["latin"], @@ -47,13 +33,13 @@ export default function RootLayout({
{children}
- {/*
*/} +
From 7b9ac7b833e7645fe94bb3f5439b7d824a3a62c1 Mon Sep 17 00:00:00 2001 From: Starboy Date: Fri, 17 Oct 2025 10:46:27 +0000 Subject: [PATCH 2/4] change - the only constant --- _data/constants.ts | 11 ----------- src/app/about/_components/animated-intro.tsx | 2 +- src/lib/constants.ts | 15 +++++++++++++-- 3 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 _data/constants.ts diff --git a/_data/constants.ts b/_data/constants.ts deleted file mode 100644 index 57e5f0e..0000000 --- a/_data/constants.ts +++ /dev/null @@ -1,11 +0,0 @@ -export const nameList: { text: string }[] = [ - { text: "Sam" }, - { text: "Skywalker" }, -]; - -export const doList: { text: string }[] = [ - { text: "Write" }, - { text: "Build" }, -]; - -export const emojiList: { text: string }[] = [{ text: "👋" }, { text: "✌️" }]; diff --git a/src/app/about/_components/animated-intro.tsx b/src/app/about/_components/animated-intro.tsx index 2d9779a..ab01d64 100644 --- a/src/app/about/_components/animated-intro.tsx +++ b/src/app/about/_components/animated-intro.tsx @@ -1,6 +1,6 @@ "use client"; import "./animated-intro.css"; -import { nameList, doList, emojiList } from "_data/constants"; +import { nameList, doList, emojiList } from "~/lib/constants"; import { useGSAP } from "@gsap/react"; import gsap from "gsap"; diff --git a/src/lib/constants.ts b/src/lib/constants.ts index e1cc96b..83a6758 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -1,4 +1,15 @@ export const EXAMPLE_PATH = "/blog"; export const CMS_NAME = "Markdown"; -export const HOME_OG_IMAGE_URL = - "/starboy.svg"; +export const HOME_OG_IMAGE_URL = "/starboy.svg"; + +export const nameList: { text: string }[] = [ + { text: "Sam" }, + { text: "Skywalker" }, +]; + +export const doList: { text: string }[] = [ + { text: "Write" }, + { text: "Build" }, +]; + +export const emojiList: { text: string }[] = [{ text: "👋" }, { text: "✌️" }]; From fb5caf6ffa85b2ca0c9414da7d532281a21abf3c Mon Sep 17 00:00:00 2001 From: Starboy Date: Fri, 17 Oct 2025 10:54:41 +0000 Subject: [PATCH 3/4] change - the only constant --- src/lib/constants.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 83a6758..0f8047b 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -1,6 +1,4 @@ -export const EXAMPLE_PATH = "/blog"; -export const CMS_NAME = "Markdown"; -export const HOME_OG_IMAGE_URL = "/starboy.svg"; +export const HOME_OG_IMAGE_URL = "/src/app/opengraph-image.png"; export const nameList: { text: string }[] = [ { text: "Sam" }, From f31b488140ab98f30389af3e0eaca6b323288edb Mon Sep 17 00:00:00 2001 From: Starboy Date: Fri, 17 Oct 2025 11:04:35 +0000 Subject: [PATCH 4/4] readme updated --- README.md | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ea6b6a4..6f9d1ca 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,27 @@ Starboy Logo -

Welcome to My Personal Corner of The Web!

+

Among the Stars...

-## Domains +  + +## 🌐 Domains [skywalkerSam.dev](https://skywalkersam.dev) [skywalkerSam-dev.vercel.app](https://skywalkersam-dev.vercel.app/) -## Sources +  +## 🔗 Sources + +- [CREATE T3 APP](https://create.t3.gg/) - [shadcn/ui](https://ui.shadcn.com/) - [Blog Starter Kit](https://vercel.com/templates/next.js/blog-starter-kit) -- [CREATE T3 APP](https://create.t3.gg/) -- [Flex Docs - tailwindcss](https://tailwindcss.com/docs/flex) -- Font: [Paprika](https://github.com/etunni/paprika) +- tailwindcss - [Flex Docs](https://tailwindcss.com/docs/flex) +- Font - [Paprika](https://github.com/etunni/paprika)