Skip to content

Commit a50c59f

Browse files
authored
Update siteMetadata.js
1 parent e6a2dfb commit a50c59f

File tree

1 file changed

+61
-64
lines changed

1 file changed

+61
-64
lines changed

data/siteMetadata.js

Lines changed: 61 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -6,77 +6,74 @@ const siteMetadata = {
66
description: 'Check the latest of me here.',
77
language: 'en-us',
88
theme: 'system', // system, dark or light
9-
siteUrl: 'https://tailwind-nextjs-starter-blog.vercel.app',
10-
siteRepo: 'https://github.com/timlrx/tailwind-nextjs-starter-blog',
9+
siteUrl: 'https://blog.endzz.eu.org/',
10+
siteRepo: 'https://github.com/ENDlezZenith/ENDlezZenith.github.io',
1111
siteLogo: `${process.env.BASE_PATH || ''}/static/images/logo.png`,
1212
socialBanner: `${process.env.BASE_PATH || ''}/static/images/twitter-card.png`,
13-
1413
github: 'https://github.com/ENDlezZenith',
15-
bilibili: 'https://space.bilibili.com/487215420',
16-
youtube: 'https://www.youtube.com/@ENDlezZenith',
1714
linkedin: 'https://www.linkedin.com/in/xudong-zhou/',
1815
locale: 'en-US',
1916
// set to true if you want a navbar fixed to the top
2017
stickyNav: false,
21-
analytics: {
22-
// If you want to use an analytics provider you have to add it to the
23-
// content security policy in the `next.config.js` file.
24-
// supports Plausible, Simple Analytics, Umami, Posthog or Google Analytics.
25-
umamiAnalytics: {
26-
// We use an env variable for this site to avoid other users cloning our analytics ID
27-
umamiWebsiteId: process.env.NEXT_UMAMI_ID, // e.g. 123e4567-e89b-12d3-a456-426614174000
28-
// You may also need to overwrite the script if you're storing data in the US - ex:
29-
// src: 'https://us.umami.is/script.js'
30-
// Remember to add 'us.umami.is' in `next.config.js` as a permitted domain for the CSP
31-
},
32-
// plausibleAnalytics: {
33-
// plausibleDataDomain: '', // e.g. tailwind-nextjs-starter-blog.vercel.app
34-
// If you are hosting your own Plausible.
35-
// src: '', // e.g. https://plausible.my-domain.com/js/script.js
36-
// },
37-
// simpleAnalytics: {},
38-
// posthogAnalytics: {
39-
// posthogProjectApiKey: '', // e.g. 123e4567-e89b-12d3-a456-426614174000
40-
// },
41-
// googleAnalytics: {
42-
// googleAnalyticsId: '', // e.g. G-XXXXXXX
43-
// },
44-
},
45-
newsletter: {
46-
// supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus, beehive
47-
// Please add your .env file and modify it according to your selection
48-
provider: 'buttondown',
49-
},
50-
comments: {
51-
// If you want to use an analytics provider you have to add it to the
52-
// content security policy in the `next.config.js` file.
53-
// Select a provider and use the environment variables associated to it
54-
// https://vercel.com/docs/environment-variables
55-
provider: 'giscus', // supported providers: giscus, utterances, disqus
56-
giscusConfig: {
57-
// Visit the link below, and follow the steps in the 'configuration' section
58-
// https://giscus.app/
59-
repo: process.env.NEXT_PUBLIC_GISCUS_REPO,
60-
repositoryId: process.env.NEXT_PUBLIC_GISCUS_REPOSITORY_ID,
61-
category: process.env.NEXT_PUBLIC_GISCUS_CATEGORY,
62-
categoryId: process.env.NEXT_PUBLIC_GISCUS_CATEGORY_ID,
63-
mapping: 'pathname', // supported options: pathname, url, title
64-
reactions: '1', // Emoji reactions: 1 = enable / 0 = disable
65-
// Send discussion metadata periodically to the parent window: 1 = enable / 0 = disable
66-
metadata: '0',
67-
// theme example: light, dark, dark_dimmed, dark_high_contrast
68-
// transparent_dark, preferred_color_scheme, custom
69-
theme: 'light',
70-
// theme when dark mode
71-
darkTheme: 'transparent_dark',
72-
// If the theme option above is set to 'custom`
73-
// please provide a link below to your custom theme css file.
74-
// example: https://giscus.app/themes/custom_example.css
75-
themeURL: '',
76-
// This corresponds to the `data-lang="en"` in giscus's configurations
77-
lang: 'en',
78-
},
79-
},
18+
// analytics: {
19+
// // If you want to use an analytics provider you have to add it to the
20+
// // content security policy in the `next.config.js` file.
21+
// // supports Plausible, Simple Analytics, Umami, Posthog or Google Analytics.
22+
// umamiAnalytics: {
23+
// // We use an env variable for this site to avoid other users cloning our analytics ID
24+
// umamiWebsiteId: process.env.NEXT_UMAMI_ID, // e.g. 123e4567-e89b-12d3-a456-426614174000
25+
// // You may also need to overwrite the script if you're storing data in the US - ex:
26+
// // src: 'https://us.umami.is/script.js'
27+
// // Remember to add 'us.umami.is' in `next.config.js` as a permitted domain for the CSP
28+
// },
29+
// // plausibleAnalytics: {
30+
// // plausibleDataDomain: '', // e.g. tailwind-nextjs-starter-blog.vercel.app
31+
// // If you are hosting your own Plausible.
32+
// // src: '', // e.g. https://plausible.my-domain.com/js/script.js
33+
// // },
34+
// // simpleAnalytics: {},
35+
// // posthogAnalytics: {
36+
// // posthogProjectApiKey: '', // e.g. 123e4567-e89b-12d3-a456-426614174000
37+
// // },
38+
// // googleAnalytics: {
39+
// // googleAnalyticsId: '', // e.g. G-XXXXXXX
40+
// // },
41+
// },
42+
// newsletter: {
43+
// // supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus, beehive
44+
// // Please add your .env file and modify it according to your selection
45+
// provider: 'buttondown',
46+
// },
47+
// comments: {
48+
// // If you want to use an analytics provider you have to add it to the
49+
// // content security policy in the `next.config.js` file.
50+
// // Select a provider and use the environment variables associated to it
51+
// // https://vercel.com/docs/environment-variables
52+
// provider: 'giscus', // supported providers: giscus, utterances, disqus
53+
// giscusConfig: {
54+
// // Visit the link below, and follow the steps in the 'configuration' section
55+
// // https://giscus.app/
56+
// repo: process.env.NEXT_PUBLIC_GISCUS_REPO,
57+
// repositoryId: process.env.NEXT_PUBLIC_GISCUS_REPOSITORY_ID,
58+
// category: process.env.NEXT_PUBLIC_GISCUS_CATEGORY,
59+
// categoryId: process.env.NEXT_PUBLIC_GISCUS_CATEGORY_ID,
60+
// mapping: 'pathname', // supported options: pathname, url, title
61+
// reactions: '1', // Emoji reactions: 1 = enable / 0 = disable
62+
// // Send discussion metadata periodically to the parent window: 1 = enable / 0 = disable
63+
// metadata: '0',
64+
// // theme example: light, dark, dark_dimmed, dark_high_contrast
65+
// // transparent_dark, preferred_color_scheme, custom
66+
// theme: 'light',
67+
// // theme when dark mode
68+
// darkTheme: 'transparent_dark',
69+
// // If the theme option above is set to 'custom`
70+
// // please provide a link below to your custom theme css file.
71+
// // example: https://giscus.app/themes/custom_example.css
72+
// themeURL: '',
73+
// // This corresponds to the `data-lang="en"` in giscus's configurations
74+
// lang: 'en',
75+
// },
76+
// },
8077
search: {
8178
provider: 'kbar', // kbar or algolia
8279
kbarConfig: {

0 commit comments

Comments
 (0)