updated blog
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m19s
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m19s
This commit is contained in:
parent
f60e71116b
commit
e04cd599c9
33
.env.example
33
.env.example
@ -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=<your_public_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=
|
@ -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
|
||||
|
@ -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}
|
||||
}
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user