DirtyF / tina-quickstart

Next.js Blog Starter connected to Tina Cloud

Home Page:https://tina-quickstart-sigma.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A statically generated blog example using Next.js, Markdown and Tina Cloud

This example showcases Next.js's Static Generation feature using Markdown files as the data source.

The blog posts are stored in /_posts as Markdown files with front matter support. Adding a new Markdown file in there will create a new blog post.

To create the blog posts we use remark and remark-html to convert the Markdown files into an HTML string, and then send it down as a prop to the page. The metadata of every post is handled by gray-matter and also sent in props to the page.

The content can be managed collaboratively from the site thanks to TinaCMS.

Preview

CleanShot 2021-08-03 at 23 44 15@2x

https://tina-quickstart-sigma.vercel.app/

Full guide to get this starter running with Tina Cloud

Notes

This blog-starter uses Tailwind CSS. To control the generated stylesheet's filesize, this example uses Tailwind CSS' v2.0 purge option to remove unused CSS.

About

Next.js Blog Starter connected to Tina Cloud

https://tina-quickstart-sigma.vercel.app


Languages

Language:JavaScript 84.0%Language:TypeScript 13.7%Language:CSS 2.3%