|
1 | 1 | /** @type {import("pliny/config").PlinyConfig } */ |
2 | 2 | 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.', |
7 | 7 | language: 'en-us', |
8 | 8 | theme: 'system', // system, dark or light |
9 | 9 | siteUrl: 'https://tailwind-nextjs-starter-blog.vercel.app', |
10 | 10 | siteRepo: 'https://github.com/timlrx/tailwind-nextjs-starter-blog', |
11 | 11 | siteLogo: `${process.env.BASE_PATH || ''}/static/images/logo.png`, |
12 | 12 | 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/', |
25 | 18 | locale: 'en-US', |
26 | 19 | // set to true if you want a navbar fixed to the top |
27 | 20 | stickyNav: false, |
|
0 commit comments