Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n1ckoates/blog
🌐 My website built with Next.js, Tailwind, TypeScript, and MDX.
https://github.com/n1ckoates/blog
blog mdx nextjs react tailwindcss typescript website
Last synced: 2 months ago
JSON representation
🌐 My website built with Next.js, Tailwind, TypeScript, and MDX.
- Host: GitHub
- URL: https://github.com/n1ckoates/blog
- Owner: n1ckoates
- Created: 2023-04-01T02:07:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T03:19:43.000Z (2 months ago)
- Last Synced: 2024-10-18T22:36:55.051Z (2 months ago)
- Topics: blog, mdx, nextjs, react, tailwindcss, typescript, website
- Language: TypeScript
- Homepage: https://nickoates.com
- Size: 19.7 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [nickoates.com](https://nickoates.com)
![Screenshot of nickoates.com](https://repository-images.githubusercontent.com/622056687/77b6322b-5d3d-4bc2-bf35-18f2ba1c809a)
This is my website, blog, and portfolio. I designed and built it myself using Next.js, Tailwind CSS, TypeScript, and MDX. For more information on the tech stack, see [my initial blog post](https://nickoates.com/blog/rebuilding-my-website). Parts of the design were inspired by [Lee Robinson's website](https://leerob.io) and [Apple's newsroom](https://www.apple.com/newsroom).
## Setting up newsletter subscriptions
I use [Resend](https://resend.com) to manage my newsletter. To setup your own newsletter, create a Resend account (if you haven't already), then add an audience for your newsletter. Generate an API key with full access to your account, and add both the key and audience ID to your `.env.local` file:
```bash
RESEND_API_KEY=re_yourApiKey
RESEND_AUDIENCE_ID=your-audience-id
```