diff --git a/app/layout.tsx b/app/layout.tsx index c685dd3..44ac46d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -4,13 +4,13 @@ import "./globals.css"; export const metadata: Metadata = { title: 'AderKI Blog', - description: 'Welcome to AderKI Blog. Explore hoodies, comics, books, and more in my personal store.', + description: 'Welcome to AderKI Blog. There will be posts about science', keywords: ['AderKI', 'hoodies', 'comics', 'books', 'store', 'blog'], authors: [{ name: 'AderKI' }], openGraph: { title: 'AderKI Blog', - description: 'Welcome to AderKI Blog. Explore hoodies, comics, books, and more in my personal store.', - url: 'https://aderk.tech/', + description: 'Welcome to AderKI Blog. There will be posts about science', + url: 'https://blog.aderk.tech/', images: [ { url: '/images/logo.png', // Path to your Open Graph image diff --git a/app/page.tsx b/app/page.tsx index 793a5d0..f4fb05b 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,8 @@ +import searchPic from '../public/search.svg'; + + import Image from "next/image"; +import Link from "next/link"; import AnimatedLink from '../components/animatedLink'; import BlogArea from "../components/blogpost"; import HeaderToolbar from "../components/header/toolbar"; @@ -21,24 +25,29 @@ const blogposts = [ export default function Home() { return ( -
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.
diff --git a/public/globe.svg b/public/globe.svg new file mode 100644 index 0000000..c50616f --- /dev/null +++ b/public/globe.svg @@ -0,0 +1,3 @@ + diff --git a/public/moon.svg b/public/moon.svg new file mode 100644 index 0000000..c91b28f --- /dev/null +++ b/public/moon.svg @@ -0,0 +1,3 @@ + diff --git a/public/sun.svg b/public/sun.svg new file mode 100644 index 0000000..c740b1e --- /dev/null +++ b/public/sun.svg @@ -0,0 +1,3 @@ +