Built with Next.js and Tina CMS
- ⚡ Next.js - React framework for static rendering
- 🤩 Best SEO setup - Meta Tags, JSON-LD and Open Graph Tags
- 🦒 Tina CMS integration - local & (optional) production CMS
- ✅ Optimized for Web Vitals
- 📜 Blog with MDX
- 📫 Mailchimp Integration - for newsletters
- 🗳 Sendgrid Integration - for sending emails
- 🌃 Dark mode - and customizable themes!
- 🧽 No UI library - just styled components, so you don't have to learn any new syntax
- 🖱 One click deployment - with Vercel or any other serverless deployment environment
- 🔍 Eslint - with Next.js's recommended settings and imports sorting rule
- 🕯 Prettier
# run the dev mode
$ yarn dev
# run the prod mode
yarn start
# build the app
yarn build
Hint: To edit the blog pages go to /admin and navigate to a blog page to edit it. To exit editing mode navigate to /admin/logout
- Statically generated pages with Next.js
- Styled components
- MDX
- TypeScript
Distributed under the MIT License. See LICENSE for more information.