upstream #1
@ -17,23 +17,29 @@ const siteMetadata = {
|
|||||||
linkedin: 'https://www.linkedin.com',
|
linkedin: 'https://www.linkedin.com',
|
||||||
locale: 'en-US',
|
locale: 'en-US',
|
||||||
comment: {
|
comment: {
|
||||||
provider: '', // supported providers: giscus, utterances, disqus
|
provider: 'giscus', // supported providers: giscus, utterances, disqus
|
||||||
giscusConfig: {
|
giscusConfig: {
|
||||||
repo: '', // username/repoName
|
repo: 'timlrx/tailwind-nextjs-starter-blog', // username/repoName
|
||||||
// Visit the link below and copy/paste the 'repositoryId', 'category' and 'categoryId'
|
// Visit the link below and copy/paste the 'repositoryId', 'category' and 'categoryId'
|
||||||
// https://giscus.app/api/discussions/categories?repo={username}%2F{repoName}
|
// https://giscus.app/api/discussions/categories?repo={username}%2F{repoName}
|
||||||
repositoryId: '',
|
repositoryId: 'MDEwOlJlcG9zaXRvcnkzMjgxMjEyNjA=',
|
||||||
category: '',
|
category: [
|
||||||
categoryId: '',
|
{ emoji: '📣', id: 'MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMzMDM4NDYw', name: 'Announcements' },
|
||||||
mapping: '', // supported options: pathname, url, title
|
{ emoji: '💬', id: 'MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMzMDM4NDYx', name: 'General' },
|
||||||
reactions: '', // Emoji reactions: 1 = enable / 0 = disable
|
{ emoji: '🙏', id: 'MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMzMDM4NDYy', name: 'Q&A' },
|
||||||
|
{ emoji: '💡', id: 'MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMzMDM4NDYz', name: 'Ideas' },
|
||||||
|
{ emoji: '🙌', id: 'MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMzMDM4NDY0', name: 'Show and tell' },
|
||||||
|
],
|
||||||
|
categoryId: 'MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMzMDM4NDYw',
|
||||||
|
mapping: 'pathname', // supported options: pathname, url, title
|
||||||
|
reactions: '1', // Emoji reactions: 1 = enable / 0 = disable
|
||||||
// Send discussion metadata periodically to the parent window: 1 = enable / 0 = disable
|
// Send discussion metadata periodically to the parent window: 1 = enable / 0 = disable
|
||||||
metadata: '',
|
metadata: '0',
|
||||||
// theme example: light, dark, dark_dimmed, dark_high_contrast
|
// theme example: light, dark, dark_dimmed, dark_high_contrast
|
||||||
// transparent_dark, preferred_color_scheme, custom
|
// transparent_dark, preferred_color_scheme, custom
|
||||||
theme: '',
|
theme: 'light',
|
||||||
// theme when dark mode
|
// theme when dark mode
|
||||||
darkTheme: '',
|
darkTheme: 'transparent_dark',
|
||||||
// If the theme option above is set to 'custom`
|
// If the theme option above is set to 'custom`
|
||||||
// please provide a link below to your custom theme css file.
|
// please provide a link below to your custom theme css file.
|
||||||
// example: https://giscus.app/themes/custom_example.css
|
// example: https://giscus.app/themes/custom_example.css
|
||||||
|
Loading…
x
Reference in New Issue
Block a user