Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 763 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 763 Bytes

Starter Blog built with Next.js, Tailwind and Markdown

Features: static site generation, search, tags, client-side routing.

Blog posts are stored in /posts and styled using @tailwindcss/typography plugin, which can be further configured in tailwind.config.js.

It's minimally styled, fairly fully featured and based on these other great starters:
https://github.com/timlrx/tailwind-nextjs-starter-blog
https://github.com/vercel/next.js/tree/canary/examples/blog-starter

🎉 Demo

https://todaysmusings.vercel.app/

Getting Started

  1. git clone https://github.com/aoioioi/nextjs-starter-blog.git my_nextjs_blog
  2. npm i
  3. npm run dev
  4. Deploy on Vercel