Skip to content

Commit f8c2719

Browse files
authored
Merge pull request #1002 from lappemic/add-beehiiv-info
Add beehiiv as newsletter platform
2 parents 9aa25d5 + 6f7b576 commit f8c2719

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
@@ -132,7 +132,7 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
132132
- Integration with [pliny](https://github.com/timlrx/pliny) that provides:
133133
- Multiple analytics options including [Umami](https://umami.is/), [Plausible](https://plausible.io/), [Simple Analytics](https://simpleanalytics.com/), Posthog and Google Analytics
134134
- Comments via [Giscus](https://github.com/laymonage/giscus), [Utterances](https://github.com/utterance/utterances) or Disqus
135-
- Newsletter API and component with support for Mailchimp, Buttondown, Convertkit, Klaviyo, Revue, and Emailoctopus
135+
- Newsletter API and component with support for Mailchimp, Buttondown, Convertkit, Klaviyo, Revue, Emailoctopus and Beehiiv
136136
- Command palette search with [Kbar](https://github.com/timc1/kbar) or Algolia
137137
- Server-side syntax highlighting with line numbers and line highlighting via [rehype-prism-plus](https://github.com/timlrx/rehype-prism-plus)
138138
- 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
@@ -48,7 +48,7 @@ const siteMetadata = {
4848
// },
4949
},
5050
newsletter: {
51-
// supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus
51+
// supports mailchimp, buttondown, convertkit, klaviyo, revue, emailoctopus, beehive
5252
// Please add your .env file and modify it according to your selection
5353
provider: 'buttondown',
5454
},

0 commit comments

Comments
 (0)