Skip to content

Commit 326cc86

Browse files
committed
Update siteMetadata.js
1 parent 85b4d40 commit 326cc86

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

data/siteMetadata.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const siteMetadata = {
33
title: 'Rishin\'s Blog',
44
author: 'Rishin Rahim',
55
headerTitle: 'Rishin Rahim',
6-
description: 'A mix of my thoughts and insights on machine learning and life in general. While most of it remains relevant, some entries reflect what I knew at the time. The goal is to share and learn, not to mislead.',
6+
description: 'Hi, this is Rishin. I’m documenting my thoughts and insights on machine learning and life in general. While most of it remains relevant, some entries reflect what I knew at the time. The goal is to share and learn, not to mislead.',
77
language: 'en-us',
88
theme: 'light', // system, dark or light
99
siteUrl: 'https://rishinrahim.com',
@@ -52,30 +52,30 @@ const siteMetadata = {
5252
// content security policy in the `next.config.js` file.
5353
// Select a provider and use the environment variables associated to it
5454
// 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-
},
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+
// },
7979
},
8080
search: {
8181
provider: 'kbar', // kbar or algolia

0 commit comments

Comments
 (0)