- Setup your sendgrid API key and add it to environment variables (
SENDGRID_API_KEY
-.env.local
) - Adjust the template to your needs (and checkout
env.ts
file) - Deploy the project on Vercel don't forget to add env variables
- (optional) Create Tina Cloud account, a project and fill these
NEXT_PUBLIC_ORGANIZATION_NAME
,NEXT_PUBLIC_TINA_CLIENT_ID
env vars with proper valuesTina's Content API authenticates directly with GitHub removing the need for users to create GitHub accounts. Access is granted through the dashboard, allowing users to login directly through your site and begin editing! Any changes that are saved by your editors will be commited to the configured branch in your GitHub repository.
- For more details see the docs
# 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
Clone the repository and one-click deploy to Vercel for free!
Clone the repository and one-click deploy to Netlify for free!
- Statically generated pages with Next.js
- Styled components
- MDX
- TypeScript
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/
) - Commit your Changes (
git commit -m 'Add some'
) - Push to the Branch (
git push origin feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.