jolbol1 / nextjs-velite-blog-template

A static blog template built using NextJS 14, Velite, Tailwind, Shadcn/UI and MDX. Follow along on YouTube!
https://my-first-blog-dusky.vercel.app
120 stars 40 forks source link

admin dashboard #4

Closed Rasulwebs closed 4 months ago

Rasulwebs commented 4 months ago

Is there an admin dashboard site to manage this blog site. For example, to post a blog quickly and easily, or will all blog content be created in a separate file and written manually?

jolbol1 commented 4 months ago

This version is just statically managed. I would say its best fits developer portfolio style sites, where you can just keep the blog posts maintained in git.

Can look at doing an full CMS based blog in the future.