timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.9k stars 2.07k forks source link

Add /authors #1057

Closed eshut closed 2 weeks ago

eshut commented 2 weeks ago

I was missing https://yawdev.org/blog/authors page on my blog, so I decided to add this functionality: The page itself is very simple, since I'am not frontend dev at all. image Also I have added "Author" pages for each author in the directory: https://yawdev.org/blog/authors/evgenyshut image On the any blog post with authors listed - you can go to the author profile by clicking on Author Image or It's name: https://yawdev.org/blog/blog/1-introducing-yawdev image

vercel[bot] commented 2 weeks ago

@eshut is attempting to deploy a commit to the timlrx's projects Team on Vercel.

A member of the Team first needs to authorize it.

eshut commented 2 weeks ago

Btw I'm not a frontend dev at all, so if you have any react issue related to my code - feel free to change it

timlrx commented 2 weeks ago

Great that it works for you and by all means add it to your blog, but I would like to keen the existing template as it is and not have a listing page for authors which I feel is unnecessary for most personal blogs.

eshut commented 1 week ago

@timlrx Okay, I thought it may be useful even for small content-creators to have "about author" page. I saw few closed Issues on this topic