From d478f1da0c82837207813f00ad0c12c2e948ed8b Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Wed, 26 Mar 2025 00:33:17 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20feat(layout):=20update=20open=20?= =?UTF-8?q?graph=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improve the open graph description for the blog to be more concise and informative. --- app/globals.css | 2 +- app/layout.tsx | 2 +- app/page.tsx | 8 ++++---- components/blogpost.tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/globals.css b/app/globals.css index 548a51d..90a3c45 100644 --- a/app/globals.css +++ b/app/globals.css @@ -15,5 +15,5 @@ body { color: var(--foreground); background: var(--background); - font-family: "Roboto Mono", monospace; + font-family: "JetBrains Mono", monospace; } diff --git a/app/layout.tsx b/app/layout.tsx index 44ac46d..b259189 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -9,7 +9,7 @@ export const metadata: Metadata = { authors: [{ name: 'AderKI' }], openGraph: { title: 'AderKI Blog', - description: 'Welcome to AderKI Blog. There will be posts about science', + description: 'Welcome to AderKI Blog. There will be posts about science', url: 'https://blog.aderk.tech/', images: [ { diff --git a/app/page.tsx b/app/page.tsx index f4fb05b..f306f40 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -25,7 +25,7 @@ const blogposts = [ export default function Home() { return ( -
+
    @@ -48,8 +48,8 @@ export default function Home() {
-

- Hello. I am is a programmer, hacker, gamer and otaku. Love comics, coding, read books. There I am posting articles about computer science and another staff, that’s im like. +

+ Hello. I am is a programmer, hacker, and gamer. Love comics, coding, read books. There I am posting articles about science and another staff, that’s im like.

@@ -59,7 +59,7 @@ export default function Home() { -
+
  • Socials

  • Instagram
  • diff --git a/components/blogpost.tsx b/components/blogpost.tsx index 452a6f3..1bc9722 100644 --- a/components/blogpost.tsx +++ b/components/blogpost.tsx @@ -31,7 +31,7 @@ export default function BlogArea({ blogposts }: BlogAreaProps) { />
-
+