This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @type {import("pliny/config").PlinyConfig } */
|
||||
const siteMetadata = {
|
||||
title: 'JonB.io',
|
||||
title: 'Joyful Fixations',
|
||||
author: 'Jonathan Branan',
|
||||
headerTitle: 'JonB.io',
|
||||
headerTitle: 'Joyful Fixations',
|
||||
description: "Thought's from someone with an internet connection.",
|
||||
language: 'en-us',
|
||||
theme: 'system', // system, dark or light
|
||||
@@ -23,7 +23,7 @@ const siteMetadata = {
|
||||
// medium: 'https://medium.com',
|
||||
locale: 'en-US',
|
||||
// set to true if you want a navbar fixed to the top
|
||||
stickyNav: false,
|
||||
stickyNav: true,
|
||||
analytics: {
|
||||
// If you want to use an analytics provider you have to add it to the
|
||||
// content security policy in the `next.config.js` file.
|
||||
@@ -51,14 +51,14 @@ const siteMetadata = {
|
||||
newsletter: {
|
||||
// supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus, beehive
|
||||
// Please add your .env file and modify it according to your selection
|
||||
provider: 'emailoctopus',
|
||||
provider: '',
|
||||
},
|
||||
comments: {
|
||||
// If you want to use an analytics provider you have to add it to the
|
||||
// content security policy in the `next.config.js` file.
|
||||
// Select a provider and use the environment variables associated to it
|
||||
// https://vercel.com/docs/environment-variables
|
||||
provider: 'giscus', // supported providers: giscus, utterances, disqus
|
||||
provider: '', // supported providers: giscus, utterances, disqus
|
||||
giscusConfig: {
|
||||
// Visit the link below, and follow the steps in the 'configuration' section
|
||||
// https://giscus.app/
|
||||
|
||||
Reference in New Issue
Block a user