Skip to content

Commit 6f7b576

Browse files
committed
feat: add beehiiv as newsletter platform
1 parent 6b5287e commit 6f7b576

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ EMAILOCTOPUS_API_KEY=
2727
# List ID can be found in the URL as a UUID after clicking a list on https://emailoctopus.com/lists
2828
# or the settings page of your list https://emailoctopus.com/lists/{UUID}/settings
2929
EMAILOCTOPUS_LIST_ID=
30+
31+
# Create Beehive API key at https://developers.beehiiv.com/docs/v2/bktd9a7mxo67n-create-an-api-key
32+
BEEHIVE_API_KEY=
33+
BEEHIVE_PUBLICATION_ID=

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
131131
- Integration with [pliny](https://github.com/timlrx/pliny) that provides:
132132
- Multiple analytics options including [Umami](https://umami.is/), [Plausible](https://plausible.io/), [Simple Analytics](https://simpleanalytics.com/), Posthog and Google Analytics
133133
- Comments via [Giscus](https://github.com/laymonage/giscus), [Utterances](https://github.com/utterance/utterances) or Disqus
134-
- Newsletter API and component with support for Mailchimp, Buttondown, Convertkit, Klaviyo, Revue, and Emailoctopus
134+
- Newsletter API and component with support for Mailchimp, Buttondown, Convertkit, Klaviyo, Revue, Emailoctopus and Beehiiv
135135
- Command palette search with [Kbar](https://github.com/timc1/kbar) or Algolia
136136
- Server-side syntax highlighting with line numbers and line highlighting via [rehype-prism-plus](https://github.com/timlrx/rehype-prism-plus)
137137
- Math display supported via [KaTeX](https://katex.org/)

data/blog/introducing-tailwind-nextjs-starter-blog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Introducing Tailwind Nextjs Starter Blog'
33
date: '2021-01-12'
4-
lastmod: '2024-06-02'
4+
lastmod: '2024-08-16'
55
tags: ['next-js', 'tailwind', 'guide']
66
draft: false
77
summary: 'Looking for a performant, out of the box template, with all the best in web technology to support your blogging needs? Checkout the Tailwind Nextjs Starter Blog template.'
@@ -63,7 +63,7 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
6363
- Blog templates
6464
- TOC component
6565
- Support for nested routing of blog posts
66-
- Newsletter component with support for mailchimp, buttondown and convertkit
66+
- Newsletter component with support for Mailchimp, Buttondown, Convertkit, Klaviyo, Revue, Emailoctopus and Beehiiv
6767
- Supports [giscus](https://github.com/laymonage/giscus), [utterances](https://github.com/utterance/utterances) or disqus
6868
- Projects page
6969
- Preconfigured security headers

data/siteMetadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const siteMetadata = {
4646
// },
4747
},
4848
newsletter: {
49-
// supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus
49+
// supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus, beehive
5050
// Please add your .env file and modify it according to your selection
5151
provider: 'buttondown',
5252
},

0 commit comments

Comments
 (0)