diff --git a/.env.example b/.env.example deleted file mode 100644 index 25b2ec0..0000000 --- a/.env.example +++ /dev/null @@ -1,33 +0,0 @@ -# visit https://giscus.app to get your Giscus ids -NEXT_PUBLIC_GISCUS_REPO= -NEXT_PUBLIC_GISCUS_REPOSITORY_ID= -NEXT_PUBLIC_GISCUS_CATEGORY= -NEXT_PUBLIC_GISCUS_CATEGORY_ID= -NEXT_PUBLIC_UTTERANCES_REPO= -NEXT_PUBLIC_DISQUS_SHORTNAME= - - -MAILCHIMP_API_KEY= -MAILCHIMP_API_SERVER= -MAILCHIMP_AUDIENCE_ID= - -BUTTONDOWN_API_KEY= - -CONVERTKIT_API_KEY= -# curl https://api.convertkit.com/v3/forms?api_key= to get your form ID -CONVERTKIT_FORM_ID= - -KLAVIYO_API_KEY= -KLAVIYO_LIST_ID= - -REVUE_API_KEY= - -# Create EmailOctopus API key at https://emailoctopus.com/api-documentation -EMAILOCTOPUS_API_KEY= -# List ID can be found in the URL as a UUID after clicking a list on https://emailoctopus.com/lists -# or the settings page of your list https://emailoctopus.com/lists/{UUID}/settings -EMAILOCTOPUS_LIST_ID= - -# Create Beehive API key at https://developers.beehiiv.com/docs/v2/bktd9a7mxo67n-create-an-api-key -BEEHIVE_API_KEY= -BEEHIVE_PUBLICATION_ID= \ No newline at end of file diff --git a/data/blog/howibuiltcygnus.mdx b/data/blog/howibuiltcygnus.mdx index 1b37d90..4258fd8 100644 --- a/data/blog/howibuiltcygnus.mdx +++ b/data/blog/howibuiltcygnus.mdx @@ -1,9 +1,9 @@ --- -title: How I built Cygnus +title: How I Built Cygnus date: '2024-10-14' tags: ['cygnus', 'self-hosted', 'server'] draft: false -summary: A story of how I started self-hosting +summary: A story of how I started self-hosting. --- > #### Now that I think about it, they kind of took advantage of me diff --git a/data/references-data.bib b/data/references-data.bib deleted file mode 100644 index 8393fe6..0000000 --- a/data/references-data.bib +++ /dev/null @@ -1,33 +0,0 @@ -@article{Nash1950, - title={Equilibrium points in n-person games}, - author={Nash, John}, - journal={Proceedings of the national academy of sciences}, - volume={36}, - number={1}, - pages={48--49}, - year={1950}, - publisher={USA} -} - -@article{Nash1951, - title={Non-cooperative games}, - author={Nash, John}, - journal={Annals of mathematics}, - pages={286--295}, - year={1951}, - publisher={JSTOR} -} - -@Manual{Macfarlane2006, - url={https://pandoc.org/}, - title={Pandoc: a universal document converter}, - author={MacFarlane, John}, - year={2006} -} - -@book{Xie2016, - title={Bookdown: authoring books and technical documents with R markdown}, - author={Xie, Yihui}, - year={2016}, - publisher={CRC Press} -} \ No newline at end of file diff --git a/data/siteMetadata.js b/data/siteMetadata.js index 4a3803b..ff94b2a 100644 --- a/data/siteMetadata.js +++ b/data/siteMetadata.js @@ -1,8 +1,8 @@ /** @type {import("pliny/config").PlinyConfig } */ const siteMetadata = { - title: "Jonathan's Blog and Likes", + title: 'JonB.io', author: 'Jonathan Branan', - headerTitle: 'JonB.IO', + headerTitle: 'JonB.io', description: "Thought's from someone with an internet connection.", language: 'en-us', theme: 'system', // system, dark or light