updating site
Build and Deploy docker container / build (push) Failing after 3m28s

This commit is contained in:
2024-11-15 14:52:06 -06:00
parent fda7b149a9
commit dbd27cb5c7
14 changed files with 567 additions and 29 deletions
+5 -5
View File
@@ -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/