Skip to content

Commit c93cfaf

Browse files
authored
Update siteMetadata.js
1 parent 075c859 commit c93cfaf

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

data/siteMetadata.js

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
11
/** @type {import("pliny/config").PlinyConfig } */
22
const siteMetadata = {
3-
title: 'ENDlezZenith Blog',
4-
author: 'Michael Zhou',
5-
headerTitle: 'ENDlezZenith Blog',
6-
description: 'A blog created with Next.js and Tailwind.css',
3+
title: 'ENDzZ's Blog',
4+
author: 'ENDzZ',
5+
headerTitle: 'ENDzZ's Blog',
6+
description: 'Check the latest of me here.',
77
language: 'en-us',
88
theme: 'system', // system, dark or light
99
siteUrl: 'https://tailwind-nextjs-starter-blog.vercel.app',
1010
siteRepo: 'https://github.com/timlrx/tailwind-nextjs-starter-blog',
1111
siteLogo: `${process.env.BASE_PATH || ''}/static/images/logo.png`,
1212
socialBanner: `${process.env.BASE_PATH || ''}/static/images/twitter-card.png`,
13-
mastodon: 'https://mastodon.social/@mastodonuser',
14-
15-
github: 'https://github.com',
16-
x: 'https://twitter.com/x',
17-
// twitter: 'https://twitter.com/Twitter',
18-
facebook: 'https://facebook.com',
19-
youtube: 'https://youtube.com',
20-
linkedin: 'https://www.linkedin.com',
21-
threads: 'https://www.threads.net',
22-
instagram: 'https://www.instagram.com',
23-
medium: 'https://medium.com',
24-
bluesky: 'https://bsky.app/',
13+
14+
github: 'https://github.com/ENDlezZenith',
15+
bilibili: 'https://space.bilibili.com/487215420',
16+
youtube: 'https://www.youtube.com/@ENDlezZenith',
17+
linkedin: 'https://www.linkedin.com/in/xudong-zhou/',
2518
locale: 'en-US',
2619
// set to true if you want a navbar fixed to the top
2720
stickyNav: false,

0 commit comments

Comments
 (0)